diff options
author | Henry Haverinen <[email protected]> | 2011-02-22 13:56:02 +0200 |
---|---|---|
committer | Henry Haverinen <[email protected]> | 2011-02-22 13:56:02 +0200 |
commit | 8000ca3b229344ed2ba2ae81ed5ebaee86e9d63a (patch) | |
tree | 2b8083dbcace864ed469132989764adb6d6ec2b7 /mobile-hybrid-demo/mobile-hybrid-demo.pro | |
parent | 8ebe15f0b70f8eed101390bace30ec7be6118699 (diff) |
Diffstat (limited to 'mobile-hybrid-demo/mobile-hybrid-demo.pro')
-rwxr-xr-x | mobile-hybrid-demo/mobile-hybrid-demo.pro | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mobile-hybrid-demo/mobile-hybrid-demo.pro b/mobile-hybrid-demo/mobile-hybrid-demo.pro new file mode 100755 index 0000000..d7e8201 --- /dev/null +++ b/mobile-hybrid-demo/mobile-hybrid-demo.pro @@ -0,0 +1,36 @@ +# Add files and directories to ship with the application +# by adapting the examples below. +# file1.source = myfile +dir1.source = html +dir1.target = html +DEPLOYMENTFOLDERS = dir1 + +# Avoid auto screen rotation +DEFINES += ORIENTATIONLOCK + +# Needs to be defined for Symbian +DEFINES += NETWORKACCESS + +symbian:TARGET.UID3 = 0xA002D387 + +TARGET=HTML5 +QT+=webkit +CONFIG += mobility +MOBILITY += sensors + +# opengl + +# If your application uses the Qt Mobility libraries, uncomment +# the following lines and add the respective components to the +# MOBILITY variable. +# CONFIG += mobility +# MOBILITY += + +SOURCES += main.cpp mainwindow.cpp webwidget.cpp + +HEADERS += mainwindow.h webwidget.h +FORMS += + +# Please do not modify the following two lines. Required for deployment. +include(deployment.pri) +qtcAddDeployment() |