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.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 45314f9..a231b01 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -1,39 +1,37 @@
1 TEMPLATE= app 1 CONFIG = qt quick-app
2 CONFIG = qt warn_on
3 HEADERS = kpacmanwidget.h \ 2 HEADERS = kpacmanwidget.h \
4 referee.h \ 3 referee.h \
5 status.h \ 4 status.h \
6 painter.h \ 5 painter.h \
7 score.h \ 6 score.h \
8 pacman.h \ 7 pacman.h \
9 monster.h \ 8 monster.h \
10 keys.h \ 9 keys.h \
11 fruit.h \ 10 fruit.h \
12 energizer.h \ 11 energizer.h \
13 board.h \ 12 board.h \
14 bitfont.h \ 13 bitfont.h \
15 kpacman.h \ 14 kpacman.h \
16 bitmaps.h \ 15 bitmaps.h \
17 colors.h \ 16 colors.h \
18 portable.h 17 portable.h
19 SOURCES = kpacmanwidget.cpp \ 18 SOURCES = kpacmanwidget.cpp \
20 referee.cpp \ 19 referee.cpp \
21 status.cpp \ 20 status.cpp \
22 painter.cpp \ 21 painter.cpp \
23 score.cpp \ 22 score.cpp \
24 pacman.cpp \ 23 pacman.cpp \
25 monster.cpp \ 24 monster.cpp \
26 keys.cpp \ 25 keys.cpp \
27 fruit.cpp \ 26 fruit.cpp \
28 energizer.cpp \ 27 energizer.cpp \
29 board.cpp \ 28 board.cpp \
30 bitfont.cpp \ 29 bitfont.cpp \
31 kpacman.cpp \ 30 kpacman.cpp \
32 main.cpp 31 main.cpp
33 INCLUDEPATH+= $(OPIEDIR)/include 32 INCLUDEPATH+= $(OPIEDIR)/include
34 DEPENDPATH+= $(OPIEDIR)/include 33 DEPENDPATH+= $(OPIEDIR)/include
35LIBS += -lqpe -lopiecore2 34LIBS += -lqpe -lopiecore2
36DESTDIR = $(OPIEDIR)/bin
37 TARGET = kpacman 35 TARGET = kpacman
38 36
39include ( $(OPIEDIR)/include.pro ) 37include ( $(OPIEDIR)/include.pro )