Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 720 Bytes

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.