-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIGLabAssetsManagementTools.pro
84 lines (68 loc) · 1.65 KB
/
IGLabAssetsManagementTools.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-30T15:35:52
#
#-------------------------------------------------
QT += core gui
QT += sql
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = IGLabAssetsManagementTools
TEMPLATE = app
include(./xlsx/qtxlsx.pri)
#LIBS +=BOOST
RC_FILE = Icon.rc
SOURCES += main.cpp\
mainwindow.cpp \
addnewitem.cpp \
addnewequipment.cpp \
updatecalverdatedlg.cpp \
logindlg.cpp \
moreinfordlg.cpp \
globalvarial.cpp \
smtp/emailaddress.cpp \
smtp/mimemessage.cpp \
smtp/mimemultipart.cpp \
smtp/mimepart.cpp \
smtp/mimetext.cpp \
smtp/smtpclient.cpp \
smtp/quotedprintable.cpp \
smtp/mimeattachment.cpp \
smtp/mimecontentformatter.cpp \
smtp/mimefile.cpp \
smtp/mimehtml.cpp \
smtp/mimeinlinefile.cpp
HEADERS += mainwindow.h \
addnewitem.h \
addnewequipment.h \
typedef.h \
updatecalverdatedlg.h \
logindlg.h \
moreinfordlg.h \
main.h \
globalvarial.h \
smtp/emailaddress.h \
smtp/mimemessage.h \
smtp/mimemultipart.h \
smtp/mimepart.h \
smtp/mimetext.h \
smtp/smtpclient.h \
smtp/SmtpMime.h \
smtp/quotedprintable.h \
smtp/mimeattachment.h \
smtp/mimecontentformatter.h \
smtp/mimefile.h \
smtp/mimehtml.h \
smtp/mimeinlinefile.h
FORMS += mainwindow.ui \
addnewitem.ui \
addnewequipment.ui \
updatecalverdatedlg.ui \
logindlg.ui \
moreinfordlg.ui
TRANSLATIONS += translations/IGLabAM_cn.ts
RESOURCES += \
Icon.qrc
OTHER_FILES += \
Icon.rc \
main.qss