summaryrefslogtreecommitdiff
path: root/noncore/games/zsame/zsame.pro
Side-by-side diff
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 @@
+CONFIG += qt warn_on quick-app
+
+
+TARGET = zsame
+
+HEADERS = StoneField.h StoneWidget.h ZSameWidget.h dropin/krandomsequence.h
+SOURCES = StoneField.cpp StoneWidget.cpp ZSameWidget.cpp dropin/krandomsequence.cpp
+
+
+INCLUDEPATH += $(OPIEDIR)/include dropin
+DEPENDPATH += $(OPIEDIR)/include
+
+
+# we now also include opie
+LIBS += -lqpe
+
+include ( $(OPIEDIR)/include.pro )