summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.pro
Unidiff
Diffstat (limited to 'noncore/games/kpacman/kpacman.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 81d369a..4c66723 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -1,61 +1,41 @@
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 portable.h 20 portable.h
21 SOURCES = kpacmanwidget.cpp \ 21 SOURCES = kpacmanwidget.cpp \
22 referee.cpp \ 22 referee.cpp \
23 status.cpp \ 23 status.cpp \
24 painter.cpp \ 24 painter.cpp \
25 score.cpp \ 25 score.cpp \
26 pacman.cpp \ 26 pacman.cpp \
27 monster.cpp \ 27 monster.cpp \
28 keys.cpp \ 28 keys.cpp \
29 fruit.cpp \ 29 fruit.cpp \
30 energizer.cpp \ 30 energizer.cpp \
31 board.cpp \ 31 board.cpp \
32 bitfont.cpp \ 32 bitfont.cpp \
33 kpacman.cpp \ 33 kpacman.cpp \
34 main.cpp 34 main.cpp
35 INCLUDEPATH+= $(OPIEDIR)/include 35 INCLUDEPATH+= $(OPIEDIR)/include
36 DEPENDPATH+= $(OPIEDIR)/include 36 DEPENDPATH+= $(OPIEDIR)/include
37LIBS += -lqpe 37LIBS += -lqpe
38DESTDIR = $(OPIEDIR)/bin 38DESTDIR = $(OPIEDIR)/bin
39 TARGET = kpacman 39 TARGET = kpacman
40 40
41TRANSLATIONS = ../../../i18n/de/kpacman.ts \
42 ../../../i18n/nl/kpacman.ts \
43 ../../../i18n/da/kpacman.ts \
44 ../../../i18n/xx/kpacman.ts \
45 ../../../i18n/en/kpacman.ts \
46 ../../../i18n/es/kpacman.ts \
47 ../../../i18n/fr/kpacman.ts \
48 ../../../i18n/hu/kpacman.ts \
49 ../../../i18n/ja/kpacman.ts \
50 ../../../i18n/ko/kpacman.ts \
51 ../../../i18n/no/kpacman.ts \
52 ../../../i18n/pl/kpacman.ts \
53 ../../../i18n/pt/kpacman.ts \
54 ../../../i18n/pt_BR/kpacman.ts \
55 ../../../i18n/sl/kpacman.ts \
56 ../../../i18n/zh_CN/kpacman.ts \
57 ../../../i18n/zh_TW/kpacman.ts
58
59
60
61include ( $(OPIEDIR)/include.pro ) 41include ( $(OPIEDIR)/include.pro )