-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMainWidget.pro
89 lines (68 loc) · 1.56 KB
/
MainWidget.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
QT +=gui
QT += core gui
QT += network
QT += script
QT += sql
QT += printsupport
QT +=axcontainer
CONFIG += axcontainer
RC_ICONS =screen/logo.ico
LIBS +=User32.LIB
LIBS +="hid/hid.lib"
#LIBS+= qrcodelib.lib
LIBS+= qrcodelib.lib
#LIBS+= qrcodelib.dll
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MobileCheck
#MainWidget
TEMPLATE = app
INCLUDEPATH += $$PWD/include
include(Protocal/Protocal.pri)
INCLUDEPATH += $$PWD/include
include(parseJson/parseJson.pri)
INCLUDEPATH += $$PWD/include
include(Database/Database.pri)
INCLUDEPATH += $$PWD/include
include(Common/Common.pri)
INCLUDEPATH += $$PWD/include
include(Mesgbox/MsgBox.pri)
INCLUDEPATH += $$PWD/include
include(exportword/QWord.pri)
INCLUDEPATH += $$PWD/include
include(LoginWidget/LoginWidget.pri)
INCLUDEPATH += $$PWD/include
include(QrcodeGenerate/QrcodeGenerate.pri)
INCLUDEPATH += $$PWD/include
include(QPrintQcrode/QPrintQcrode.pri)
#INCLUDEPATH += $$PWD/include
#include(MyMessageBox/MyMessageBox.pri)
SOURCES += main.cpp \
mainwidget.cpp \
upwidget.cpp \
downwidget.cpp \
maskmainwidget.cpp \
mybutton.cpp \
adb.cpp \
socket.cpp \
mainwidgetfunc.cpp \
homewidgetfun.cpp \
safecheckfun.cpp \
safecheckreslult.cpp \
checkallinfowidget.cpp \
countcheckinfo.cpp \
qrcodecheckinfo.cpp \
tcpthread.cpp \
homethread.cpp
HEADERS += \
mainwidget.h \
upwidget.h \
downwidget.h \
maskmainwidget.h \
mybutton.h \
adb.h \
socket.h \
tcpthread.h
RESOURCES += \
source.qrc \
pic.qrc
DISTFILES +=