Merge pull request #5 from longwei/master

adding compass sensor support for qt4 and qt5
tree: 4fd74c35d220f16d7aef8b9e2fed8117003ce93b
  1. src/
  2. www/
  3. xml/
  4. .gitignore
  5. cordovaqt.desktop
  6. cordovaqt.pro
  7. cordovaqt.svg
  8. cordovaqt64.png
  9. cordovaqt80.png
  10. cordovaqt_harmattan.desktop
  11. deployment.pri
  12. LICENSE
  13. main.cpp
  14. mainwindow.cpp
  15. mainwindow.h
  16. mainwindow.ui
  17. 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.