Results 2 issues of hekra01

Add example how to add qt's calculator app. This: * includes the calculator app in the build system * Register Calculator with QtWebdriver Following this, Selenium can request QtWebDriver to...

- build `nacl.bc` on linux - try: `nacldeployqt nacl.bc` - observe: nacl.pexe not created Suggest fix: ``` cpp diff --git a/src/tools/nacldeployqt/main.cpp b/src/tools/nacldeployqt/main.cpp index 23b088e..3ad4a61 100644 --- a/src/tools/nacldeployqt/main.cpp +++ b/src/tools/nacldeployqt/main.cpp @@...