forked from toby20130333/QtQuickExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDriverQtVersion.pro
More file actions
38 lines (31 loc) · 807 Bytes
/
DriverQtVersion.pro
File metadata and controls
38 lines (31 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TEMPLATE = app
QT += qml quick printsupport
SOURCES += main.cpp \
# ddview.cpp \
ddui/ddquickview.cpp \
youzan/youzanapi.cpp \
youzan/youzanobject.cpp \
model/bdtablemodel.cpp \
ddui/ddframeless_helper.cpp \
ddui/ddnewquickwindow.cpp
RESOURCES += qml.qrc imgqrc.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
MOC_DIR =./tmp/moc
UI_DIR = ./tmp/ui
OBJECTS_DIR = ./tmp/obj
DEFINES += USE_DRIVER
win32:{
RC_FILE += 360.rc
}
# Default rules for deployment.
include(deployment.pri)
#include(systemtrayicon/systemtrayicon.pri)
HEADERS += \
# ddview.h \
ddui/ddquickview.h \
youzan/youzanapi.h \
youzan/youzanobject.h \
model/bdtablemodel.h \
ddui/ddframeless_helper.h \
ddui/ddnewquickwindow.h