diff options
Diffstat (limited to 'libs/game_features/src/gamefeatures.pro')
| -rw-r--r-- | libs/game_features/src/gamefeatures.pro | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libs/game_features/src/gamefeatures.pro b/libs/game_features/src/gamefeatures.pro new file mode 100644 index 0000000..1af5d6f --- /dev/null +++ b/libs/game_features/src/gamefeatures.pro @@ -0,0 +1,25 @@ +#-------------------------------------------------
+#
+# Project created by QtCreator 2015-01-25T12:54:57
+#
+#-------------------------------------------------
+
+QT -= gui
+
+TARGET = gamefeatures
+TEMPLATE = lib
+
+CONFIG += staticlib
+
+DEFINES += GAMEFEATURES_LIBRARY
+
+SOURCES +=
+
+HEADERS += \
+ bsainvalidation.h \
+ scriptextender.h \
+ dataarchives.h \
+ savegameinfo.h \
+ localsavegames.h
+
+INCLUDEPATH += $${PWD}/../../uibase
|
