-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathQRcodeSql.pro
More file actions
59 lines (49 loc) · 1.02 KB
/
QRcodeSql.pro
File metadata and controls
59 lines (49 loc) · 1.02 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-28T11:16:14
#
#-------------------------------------------------
QT += core gui sql axcontainer serialport xlsx
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QRcodeSql
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
sqlui.cpp \
duplicate.cpp \
formaterror.cpp \
numbererror.cpp \
sqlsetup.cpp \
inputpwd.cpp \
serial.cpp \
serialsetup.cpp \
firstuse.cpp \
help.cpp \
inputarg.cpp
HEADERS += mainwindow.h \
sqlui.h \
duplicate.h \
formaterror.h \
numbererror.h \
sqlsetup.h \
inputpwd.h \
serial.h \
serialsetup.h \
firstuse.h \
help.h \
inputarg.h
FORMS += mainwindow.ui \
sqlui.ui \
duplicate.ui \
formaterror.ui \
numbererror.ui \
sqlsetup.ui \
inputpwd.ui \
serialsetup.ui \
firstuse.ui \
help.ui \
inputarg.ui
RESOURCES += \
icontopleft.qrc
DISTFILES +=
RC_FILE = myapp.rc