Merge branch 'master' of ssh://drop.maemo.org/git/qwp
[qwp] / qwp.pro
1 # Add more folders to ship with the application, here
2 folder_01.source = qml/qwp
3 folder_01.target = qml
4 DEPLOYMENTFOLDERS = folder_01
5
6 # Additional import path used to resolve QML modules in Creator's code model
7 QML_IMPORT_PATH =
8
9 # Avoid auto screen rotation
10 #DEFINES += ORIENTATIONLOCK
11
12 # Needs to be defined for Symbian
13 #DEFINES += NETWORKACCESS
14
15 symbian:TARGET.UID3 = 0xE14F1FC1
16
17 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
18 # (This might significantly increase build time)
19 # DEFINES += QMLJSDEBUGGER
20
21 # If your application uses the Qt Mobility libraries, uncomment
22 # the following lines and add the respective components to the 
23 # MOBILITY variable. 
24 # CONFIG += mobility
25 # MOBILITY +=
26
27 # The .cpp file which was generated for your project. Feel free to hack it.
28 SOURCES += main.cpp
29
30 # Please do not modify the following two lines. Required for deployment.
31 include(qmlapplicationviewer/qmlapplicationviewer.pri)
32 qtcAddDeployment()