Small grammar and formatting improvements to README.md file.
1 file changed
tree: 4dfbd028b69fef62e4b453358aa0befb0589dde5
  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 and Qt Mobility.

Requirements

  • Qt SDK

To Create a Project

Download the source code and open the project file with Qt Creator. 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 Qt Creator 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.