Fix compile warnings about unused variables.
2 files changed
tree: e773b36eb981a8f34d71ff6001ff00e90a37c3a7
  1. qml/
  2. src/
  3. www/
  4. xml/
  5. .gitignore
  6. cordovaqt.desktop
  7. cordovaqt.pro
  8. cordovaqt.svg
  9. cordovaqt64.png
  10. cordovaqt80.png
  11. cordovaqt_harmattan.desktop
  12. deployment.pri
  13. LICENSE
  14. main.cpp
  15. README.md
README.md

Cordova/Qt

Cordova/Qt is the Qt port of the cordova (formerly phonegap) framework. It should compile on any platform which is compatible with Qt & Qt mobility.

Requires

  • QtSDK

Create project

Download the source-code and open the project file with QtCreator. Add your html / js files to the www folder. Edit xml/plugins.xml to enable / disable any required plugins. Compiling / deployment / packaging works as described in the QtCreator documentation.

Supported APIs

  • Console
  • Connection
  • Device
  • File
  • Geolocation
  • Notification
  • Storage (supported by native WebKit implementation)

License

Licensed under the APACHE-2.0 license. See LICENSE file for details.