summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep
Unidiff
Diffstat (limited to 'noncore/games/minesweep') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/minesweep/minesweep.pro51
1 files changed, 15 insertions, 36 deletions
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 3675b06..8e4001e 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -1,36 +1,15 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/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 += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 TARGET = minesweep 13 TARGET = minesweep
14 14
15TRANSLATIONS = ../../../i18n/de/minesweep.ts \ 15include ( $(OPIEDIR)/include.pro )
16 ../../../i18n/nl/minesweep.ts \
17 ../../../i18n/da/minesweep.ts \
18 ../../../i18n/xx/minesweep.ts \
19 ../../../i18n/en/minesweep.ts \
20 ../../../i18n/es/minesweep.ts \
21 ../../../i18n/fr/minesweep.ts \
22 ../../../i18n/hu/minesweep.ts \
23 ../../../i18n/ja/minesweep.ts \
24 ../../../i18n/ko/minesweep.ts \
25 ../../../i18n/no/minesweep.ts \
26 ../../../i18n/pl/minesweep.ts \
27 ../../../i18n/pt/minesweep.ts \
28 ../../../i18n/pt_BR/minesweep.ts \
29 ../../../i18n/sl/minesweep.ts \
30 ../../../i18n/zh_CN/minesweep.ts \
31 ../../../i18n/it/minesweep.ts \
32 ../../../i18n/zh_TW/minesweep.ts
33
34
35
36include ( $(OPIEDIR)/include.pro )