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