aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/libgats.pro
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c++-qt/libgats.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++-qt/libgats.pro b/c++-qt/libgats.pro
index dea8c9d..3b9e2b8 100644
--- a/c++-qt/libgats.pro
+++ b/c++-qt/libgats.pro
@@ -1,11 +1,14 @@
1TEMPLATE = lib 1TEMPLATE = lib
2TARGET = gats-qt 2TARGET = gats-qt
3INCLUDEPATH += .
3RCC_DIR = tmp/qrc 4RCC_DIR = tmp/qrc
4UI_DIR = tmp/ui 5UI_DIR = tmp/ui
5MOC_DIR = tmp/moc 6MOC_DIR = tmp/moc
6OBJECTS_DIR = tmp/obj 7OBJECTS_DIR = tmp/obj
7QMAKE_CXXFLAGS += -ggdb -W -Wall 8QMAKE_CXXFLAGS += -ggdb -W -Wall
8 9
10win32:LIBS += -lwsock32
11
9HEADERS += src/*.h 12HEADERS += src/*.h
10SOURCES += src/*.cpp 13SOURCES += src/*.cpp
11 14