summaryrefslogtreecommitdiff
path: root/noncore/games/zsame/zsame.pro
Unidiff
Diffstat (limited to 'noncore/games/zsame/zsame.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zsame/zsame.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/games/zsame/zsame.pro b/noncore/games/zsame/zsame.pro
new file mode 100644
index 0000000..17fba91
--- a/dev/null
+++ b/noncore/games/zsame/zsame.pro
@@ -0,0 +1,17 @@
1CONFIG += qt warn_on quick-app
2
3
4TARGET = zsame
5
6HEADERS = StoneField.h StoneWidget.h ZSameWidget.h dropin/krandomsequence.h
7SOURCES = StoneField.cpp StoneWidget.cpp ZSameWidget.cpp dropin/krandomsequence.cpp
8
9
10INCLUDEPATH += $(OPIEDIR)/include dropin
11DEPENDPATH += $(OPIEDIR)/include
12
13
14# we now also include opie
15LIBS += -lqpe
16
17include ( $(OPIEDIR)/include.pro )