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