|
@@ -1,36 +1,38 @@
|
1
|
|
-# Add more folders to ship with the application, here
|
2
|
|
-folder_01.source = qml/BrewPlot
|
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
|
|
-symbian:TARGET.UID3 = 0xE41BFE6C
|
10
|
|
-
|
11
|
|
-# Allow network access on Symbian
|
12
|
|
-symbian:TARGET.CAPABILITY += NetworkServices
|
13
|
|
-
|
14
|
|
-# Define QMLJSDEBUGGER to allow debugging of QML in debug builds
|
15
|
|
-# (This might significantly increase build time)
|
16
|
|
-# DEFINES += QMLJSDEBUGGER
|
17
|
|
-
|
18
|
|
-# If your application uses the Qt Mobility libraries, uncomment
|
19
|
|
-# the following lines and add the respective components to the
|
20
|
|
-# MOBILITY variable.
|
21
|
|
-# CONFIG += mobility
|
22
|
|
-# MOBILITY +=
|
23
|
|
-
|
24
|
|
-# The .cpp file which was generated for your project. Feel free to hack it.
|
25
|
|
-SOURCES += main.cpp \
|
26
|
|
- qmllineitem.cpp
|
27
|
|
-
|
28
|
|
-# Please do not modify the following two lines. Required for deployment.
|
29
|
|
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
30
|
|
-qtcAddDeployment()
|
31
|
|
-
|
32
|
|
-HEADERS += \
|
33
|
|
- qmllineitem.h
|
34
|
|
-
|
35
|
|
-RESOURCES += \
|
36
|
|
- qmlfiles.qrc
|
|
1
|
+# Add more folders to ship with the application, here
|
|
2
|
+folder_01.source = qml/BrewPlot
|
|
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
|
+symbian:TARGET.UID3 = 0xE41BFE6C
|
|
10
|
+
|
|
11
|
+# Allow network access on Symbian
|
|
12
|
+symbian:TARGET.CAPABILITY += NetworkServices
|
|
13
|
+
|
|
14
|
+# Define QMLJSDEBUGGER to allow debugging of QML in debug builds
|
|
15
|
+# (This might significantly increase build time)
|
|
16
|
+# DEFINES += QMLJSDEBUGGER
|
|
17
|
+
|
|
18
|
+# If your application uses the Qt Mobility libraries, uncomment
|
|
19
|
+# the following lines and add the respective components to the
|
|
20
|
+# MOBILITY variable.
|
|
21
|
+# CONFIG += mobility
|
|
22
|
+# MOBILITY +=
|
|
23
|
+
|
|
24
|
+# The .cpp file which was generated for your project. Feel free to hack it.
|
|
25
|
+SOURCES += main.cpp \
|
|
26
|
+ qmllineitem.cpp \
|
|
27
|
+ newpointcontrol.cpp
|
|
28
|
+
|
|
29
|
+# Please do not modify the following two lines. Required for deployment.
|
|
30
|
+include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
|
31
|
+qtcAddDeployment()
|
|
32
|
+
|
|
33
|
+HEADERS += \
|
|
34
|
+ qmllineitem.h \
|
|
35
|
+ newpointcontrol.h
|
|
36
|
+
|
|
37
|
+RESOURCES += \
|
|
38
|
+ qmlfiles.qrc
|