-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathGAS.pro
62 lines (51 loc) · 1.3 KB
/
GAS.pro
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-15T14:34:50
#
#-------------------------------------------------
QT += core gui network sql xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport multimedia
TARGET = GAS
TEMPLATE = app
include($$PWD/api/api.pri)
include($$PWD/qemail/qemail.pri)
include($$PWD/inputnew/inputnew.pri)
include($$PWD/usercontrol/usercontrol.pri)
include($$PWD/qextserialport/qextserialport.pri)
SOURCES += main.cpp\
frmmain.cpp \
frmvisitor.cpp \
frmalarm.cpp \
frmdefencelot.cpp \
frmabout.cpp \
frmselect.cpp \
frmgateway.cpp \
frmconfig.cpp
HEADERS += frmmain.h \
frmvisitor.h \
frmalarm.h \
frmdefencelot.h \
frmabout.h \
frmselect.h \
frmgateway.h \
frmconfig.h
FORMS += frmmain.ui \
frmvisitor.ui \
frmalarm.ui \
frmdefencelot.ui \
frmabout.ui \
frmselect.ui \
frmgateway.ui \
frmconfig.ui
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/usercontrol
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = bin
win32:RC_FILE = other/main.rc
PRECOMPILED_HEADER = api/myhelper.h
RESOURCES += \
other/rc.qrc
CONFIG += qt warn_off release