author | leseb <leseb> | 2002-04-15 22:59:33 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-15 22:59:33 (UTC) |
commit | 627f30f1d7ca60324417e76b1fbdeefc5b4cef5b (patch) (side-by-side diff) | |
tree | fe27e5c3e2bf997f251f8ee545f46a814cca1a28 | |
parent | 73eb55ba78db34f3bebaa9a7a0f84e5336c003d8 (diff) | |
download | opie-627f30f1d7ca60324417e76b1fbdeefc5b4cef5b.zip opie-627f30f1d7ca60324417e76b1fbdeefc5b4cef5b.tar.gz opie-627f30f1d7ca60324417e76b1fbdeefc5b4cef5b.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/games/kpacman/kpacman.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index db2c415..9a0bac3 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro @@ -1,42 +1,42 @@ 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 \ 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 += $(OPIEDIR)/include \ +INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -ljpeg DESTDIR = $(OPIEDIR)/bin TARGET = kpacman |