summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.pro
Unidiff
Diffstat (limited to 'noncore/games/kpacman/kpacman.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 313d484..3ce09ab 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -1,42 +1,59 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 #CONFIG = qt warn_on debug 2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 #TMAKE_CXXFLAGS+= 4 #TMAKE_CXXFLAGS+=
5 HEADERS = kpacmanwidget.h \ 5 HEADERS = kpacmanwidget.h \
6 referee.h \ 6 referee.h \
7 status.h \ 7 status.h \
8 painter.h \ 8 painter.h \
9 score.h \ 9 score.h \
10 pacman.h \ 10 pacman.h \
11 monster.h \ 11 monster.h \
12 keys.h \ 12 keys.h \
13 fruit.h \ 13 fruit.h \
14 energizer.h \ 14 energizer.h \
15 board.h \ 15 board.h \
16 bitfont.h \ 16 bitfont.h \
17 kpacman.h \ 17 kpacman.h \
18 bitmaps.h \ 18 bitmaps.h \
19 colors.h \ 19 colors.h \
20 config.h \ 20 config.h \
21 portable.h 21 portable.h
22 SOURCES = kpacmanwidget.cpp \ 22 SOURCES = kpacmanwidget.cpp \
23 referee.cpp \ 23 referee.cpp \
24 status.cpp \ 24 status.cpp \
25 painter.cpp \ 25 painter.cpp \
26 score.cpp \ 26 score.cpp \
27 pacman.cpp \ 27 pacman.cpp \
28 monster.cpp \ 28 monster.cpp \
29 keys.cpp \ 29 keys.cpp \
30 fruit.cpp \ 30 fruit.cpp \
31 energizer.cpp \ 31 energizer.cpp \
32 board.cpp \ 32 board.cpp \
33 bitfont.cpp \ 33 bitfont.cpp \
34 kpacman.cpp \ 34 kpacman.cpp \
35 config.cpp \ 35 config.cpp \
36 main.cpp 36 main.cpp
37 37
38 INCLUDEPATH+= $(OPIEDIR)/include 38 INCLUDEPATH+= $(OPIEDIR)/include
39 DEPENDPATH+= $(OPIEDIR)/include 39 DEPENDPATH+= $(OPIEDIR)/include
40LIBS += -lqpe 40LIBS += -lqpe
41DESTDIR = $(OPIEDIR)/bin 41DESTDIR = $(OPIEDIR)/bin
42 TARGET = kpacman 42 TARGET = kpacman
43
44
45TRANSLATIONS = ../../../i18n/de/kpacman.ts
46TRANSLATIONS += ../../../i18n/en/kpacman.ts
47TRANSLATIONS += ../../../i18n/es/kpacman.ts
48TRANSLATIONS += ../../../i18n/fr/kpacman.ts
49TRANSLATIONS += ../../../i18n/hu/kpacman.ts
50TRANSLATIONS += ../../../i18n/ja/kpacman.ts
51TRANSLATIONS += ../../../i18n/ko/kpacman.ts
52TRANSLATIONS += ../../../i18n/no/kpacman.ts
53TRANSLATIONS += ../../../i18n/pl/kpacman.ts
54TRANSLATIONS += ../../../i18n/pt/kpacman.ts
55TRANSLATIONS += ../../../i18n/pt_BR/kpacman.ts
56TRANSLATIONS += ../../../i18n/sl/kpacman.ts
57TRANSLATIONS += ../../../i18n/zh_CN/kpacman.ts
58TRANSLATIONS += ../../../i18n/zh_TW/kpacman.ts
59