summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/tictac/tictac.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tictac/tictac.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
new file mode 100644
index 0000000..cb65b00
--- a/dev/null
+++ b/noncore/games/tictac/tictac.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+HEADERS = tictac.h
+SOURCES = main.cpp \
+ tictac.cpp
+TARGET = tictac
+REQUIRES=medium-config
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+DESTDIR = $(OPIEDIR)/bin