More on renaming from phonegap to cordova
24 files changed
tree: 4b5e5be5caa551ba05e49db9180cd624ff70c135
  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. mainwindow.cpp
  16. mainwindow.h
  17. mainwindow.ui
  18. 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.