3
|
1 |
# Add more folders to ship with the application, here
|
|
2 |
folder_01.source = qml/cards
|
|
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 = 0xE76A0DD4
|
|
16 |
|
|
17 |
# Define QMLJSDEBUGGER to enable basic debugging (setting breakpoints etc)
|
|
18 |
# Define QMLOBSERVER for advanced features (requires experimental QmlInspector plugin!)
|
|
19 |
#DEFINES += QMLJSDEBUGGER
|
|
20 |
#DEFINES += QMLOBSERVER
|
|
21 |
|
|
22 |
# The .cpp file which was generated for your project. Feel free to hack it.
|
|
23 |
SOURCES += main.cpp
|
|
24 |
|
|
25 |
# Please do not modify the following two lines. Required for deployment.
|
|
26 |
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
|
27 |
qtcAddDeployment()
|
|
28 |
|
|
29 |
RESOURCES +=
|