summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
Unidiff
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 @@
1TEMPLATE = app
2CONFIG += qt warn_on release
3HEADERS = tictac.h
4SOURCES = main.cpp \
5 tictac.cpp
6TARGET = tictac
7REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin