diff options
Diffstat (limited to 'c++-qt/libgats.pro')
-rw-r--r-- | c++-qt/libgats.pro | 11 |
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 @@ | |||
1 | TEMPLATE = lib | ||
2 | TARGET = gats-qt | ||
3 | RCC_DIR = tmp/qrc | ||
4 | UI_DIR = tmp/ui | ||
5 | MOC_DIR = tmp/moc | ||
6 | OBJECTS_DIR = tmp/obj | ||
7 | QMAKE_CXXFLAGS += -ggdb -W -Wall | ||
8 | |||
9 | HEADERS += src/*.h | ||
10 | SOURCES += src/*.cpp | ||
11 | |||