-rw-r--r-- | noncore/games/kpacman/kpacman.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 6577e5b..db2c415 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro @@ -14,29 +14,29 @@ HEADERS = kpacmanwidget.h \ energizer.h \ board.h \ bitfont.h \ kpacman.h \ bitmaps.h \ colors.h \ config.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 \ config.cpp \ main.cpp -#INCLUDEPATH += -#DEPENDPATH += +INCLUDEPATH += $(OPIEDIR)/include \ +DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -ljpeg DESTDIR = $(OPIEDIR)/bin TARGET = kpacman |