summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
Unidiff
Diffstat (limited to 'noncore/games/tetrix/tetrix.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tetrix/tetrix.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
new file mode 100644
index 0000000..1160585
--- a/dev/null
+++ b/noncore/games/tetrix/tetrix.pro
@@ -0,0 +1,17 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 DESTDIR = ../bin
4 HEADERS = minefield.h \
5 gtetrix.h \
6 qtetrix.h \
7 qtetrixb.h \
8 tpiece.h
9 SOURCES = main.cpp \
10 gtetrix.cpp \
11 qtetrix.cpp \
12 qtetrixb.cpp \
13 tpiece.cpp
14INCLUDEPATH += $(QPEDIR)/include
15 DEPENDPATH+= $(QPEDIR)/include
16LIBS += -lqpe
17 INTERFACES=