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.pro42
1 files changed, 42 insertions, 0 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
new file mode 100644
index 0000000..6577e5b
--- a/dev/null
+++ b/noncore/games/kpacman/kpacman.pro
@@ -0,0 +1,42 @@
1 TEMPLATE= app
2 #CONFIG = qt warn_on debug
3 CONFIG = qt warn_on release
4 #TMAKE_CXXFLAGS+=
5 HEADERS = kpacmanwidget.h \
6 referee.h \
7 status.h \
8 painter.h \
9 score.h \
10 pacman.h \
11 monster.h \
12 keys.h \
13 fruit.h \
14 energizer.h \
15 board.h \
16 bitfont.h \
17 kpacman.h \
18 bitmaps.h \
19 colors.h \
20 config.h \
21 portable.h
22 SOURCES = kpacmanwidget.cpp \
23 referee.cpp \
24 status.cpp \
25 painter.cpp \
26 score.cpp \
27 pacman.cpp \
28 monster.cpp \
29 keys.cpp \
30 fruit.cpp \
31 energizer.cpp \
32 board.cpp \
33 bitfont.cpp \
34 kpacman.cpp \
35 config.cpp \
36 main.cpp
37
38 #INCLUDEPATH+=
39 #DEPENDPATH+=
40LIBS += -lqpe -ljpeg
41DESTDIR = $(OPIEDIR)/bin
42 TARGET = kpacman