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.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 87484bc..85f626a 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -1,14 +1,14 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(QPEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = minefield.h \ 4 HEADERS = minefield.h \
5 minesweep.h 5 minesweep.h
6 SOURCES = main.cpp \ 6 SOURCES = main.cpp \
7 minefield.cpp \ 7 minefield.cpp \
8 minesweep.cpp 8 minesweep.cpp
9INCLUDEPATH += $(QPEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(QPEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts