Skip to content

Commit 775eaad

Browse files
committed
Project file changes
1 parent bda9abe commit 775eaad

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

gsafe.pro

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#-------------------------------------------------
22
#
3-
# gSAFE
3+
# gSAFE shared library project file
44
#
55
#-------------------------------------------------
66

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
1111

12-
HEADERS += datalib.h \
12+
HEADERS += \
13+
datalib.h \
1314
dconsole.h \
1415
dialib.h \
1516
docgen.h \
@@ -18,10 +19,12 @@ HEADERS += datalib.h \
1819
printlib.h \
1920
res_p.h \
2021
xmlolib.h \
21-
xbio.h \
22+
xbio.h \
23+
gstexts.h \
2224
xbioconn.h
2325

24-
SOURCES += datalib.cpp \
26+
SOURCES += \
27+
datalib.cpp \
2528
dconsole.cpp \
2629
dialib.cpp \
2730
docgen.cpp \
@@ -32,13 +35,6 @@ SOURCES += datalib.cpp \
3235
xbio.cpp \
3336
xbioconn.cpp
3437

35-
FORMS += debugwidgetbase.ui
36-
37-
INCLUDEPATH += .
38-
39-
# QT += webkit
40-
41-
# INCLUDEPATH += ../XBaseLib/
42-
# DEFINES += ENABLE_XBASE_SUPPORT
38+
INCLUDEPATH += .
4339

4440
#end

0 commit comments

Comments
 (0)