10402
|
1 |
# Add more folders to ship with the application, here
|
|
2 |
folder_01.source = qml/qmlFrontend
|
|
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 |
# If your application uses the Qt Mobility libraries, uncomment the following
|
|
10 |
# lines and add the respective components to the MOBILITY variable.
|
|
11 |
# CONFIG += mobility
|
|
12 |
# MOBILITY +=
|
|
13 |
|
|
14 |
# The .cpp file which was generated for your project. Feel free to hack it.
|
|
15 |
SOURCES += main.cpp \
|
|
16 |
hwengine.cpp
|
|
17 |
|
|
18 |
# Installation path
|
|
19 |
# target.path =
|
|
20 |
|
|
21 |
# Please do not modify the following two lines. Required for deployment.
|
|
22 |
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
|
|
23 |
qtcAddDeployment()
|
|
24 |
|
|
25 |
HEADERS += \
|
|
26 |
qtquick2applicationviewer/qtquick2applicationviewer.h \
|
10416
|
27 |
hwengine.h \
|
|
28 |
flib.h
|
10402
|
29 |
|
|
30 |
OTHER_FILES += \
|
|
31 |
qtquick2applicationviewer/qtquick2applicationviewer.pri \
|
|
32 |
qml/qmlFrontend/HWButton.qml \
|
|
33 |
qml/qmlFrontend/main.qml
|