File tree 1 file changed +12
-16
lines changed
1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------
2
2
#
3
- # gSAFE
3
+ # gSAFE shared library project file
4
4
#
5
5
# -------------------------------------------------
6
6
7
- TEMPLATE = lib
8
- QT += gui widgets network sql xml webkitwidgets printsupport
9
- CONFIG += qt warn_on
10
- DEFINES += QT_DLL FORMS_HAS_UI_PREFIX
7
+ TEMPLATE = lib
8
+ QT += gui network sql xml widgets printsupport
9
+ CONFIG += qt warn_on
10
+ DEFINES += QT_DLL FORMS_HAS_UI_PREFIX
11
11
12
- HEADERS += datalib.h \
12
+ HEADERS += \
13
+ datalib.h \
13
14
dconsole.h \
14
15
dialib.h \
15
16
docgen.h \
@@ -18,10 +19,12 @@ HEADERS += datalib.h \
18
19
printlib.h \
19
20
res_p.h \
20
21
xmlolib.h \
21
- xbio.h \
22
+ xbio.h \
23
+ gstexts.h \
22
24
xbioconn.h
23
25
24
- SOURCES += datalib.cpp \
26
+ SOURCES += \
27
+ datalib.cpp \
25
28
dconsole.cpp \
26
29
dialib.cpp \
27
30
docgen.cpp \
@@ -32,13 +35,6 @@ SOURCES += datalib.cpp \
32
35
xbio.cpp \
33
36
xbioconn.cpp
34
37
35
- FORMS += debugwidgetbase.ui
36
-
37
- INCLUDEPATH += .
38
-
39
- # QT += webkit
40
-
41
- # INCLUDEPATH += ../XBaseLib/
42
- # DEFINES += ENABLE_XBASE_SUPPORT
38
+ INCLUDEPATH += .
43
39
44
40
# end
You can’t perform that action at this time.
0 commit comments