summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.pro
Side-by-side diff
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 @@
TEMPLATE = app
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
#TMAKE_CXXFLAGS +=
HEADERS = kpacmanwidget.h \
referee.h \
status.h \
painter.h \
score.h \
pacman.h \
monster.h \
keys.h \
fruit.h \
energizer.h \
board.h \
bitfont.h \
kpacman.h \
bitmaps.h \
colors.h \
portable.h
SOURCES = kpacmanwidget.cpp \
referee.cpp \
status.cpp \
painter.cpp \
score.cpp \
pacman.cpp \
monster.cpp \
keys.cpp \
fruit.cpp \
energizer.cpp \
board.cpp \
bitfont.cpp \
kpacman.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
TARGET = kpacman
-TRANSLATIONS = ../../../i18n/de/kpacman.ts \
- ../../../i18n/nl/kpacman.ts \
- ../../../i18n/da/kpacman.ts \
- ../../../i18n/xx/kpacman.ts \
- ../../../i18n/en/kpacman.ts \
- ../../../i18n/es/kpacman.ts \
- ../../../i18n/fr/kpacman.ts \
- ../../../i18n/hu/kpacman.ts \
- ../../../i18n/ja/kpacman.ts \
- ../../../i18n/ko/kpacman.ts \
- ../../../i18n/no/kpacman.ts \
- ../../../i18n/pl/kpacman.ts \
- ../../../i18n/pt/kpacman.ts \
- ../../../i18n/pt_BR/kpacman.ts \
- ../../../i18n/sl/kpacman.ts \
- ../../../i18n/zh_CN/kpacman.ts \
- ../../../i18n/zh_TW/kpacman.ts
-
-
-
include ( $(OPIEDIR)/include.pro )