-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgsafe.pro
52 lines (47 loc) · 845 Bytes
/
gsafe.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
#-------------------------------------------------
#
# gSAFE shared library project file
#
#-------------------------------------------------
TEMPLATE = lib
QT += gui network sql xml widgets printsupport
CONFIG += qt warn_on
DEFINES += QT_DLL FORMS_HAS_UI_PREFIX
SOURCES += \
data.cpp \
dm.cpp \
dmext.cpp \
dmjson.cpp \
builder.cpp \
ra.cpp \
gui.cpp \
guiext.cpp \
quicktable.cpp \
ftypes.cpp \
database.cpp \
dialog.cpp \
xo.cpp \
po.cpp \
dconsole.cpp \
xbio.cpp \
xbioconn.cpp
HEADERS += \
data.h \
dm.h \
dmext.h \
builder.h \
ra.h \
gui.h \
guiext.h \
quicktable.h \
ftypes.h \
database.h \
dialog.h \
xo.h \
po.h \
dconsole.h \
xbio.h \
xbioconn.h
RESOURCES += gsafe.qrc
INCLUDEPATH += .
#end