author | leseb <leseb> | 2002-04-15 22:59:12 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-15 22:59:12 (UTC) |
commit | 73eb55ba78db34f3bebaa9a7a0f84e5336c003d8 (patch) (side-by-side diff) | |
tree | 1d7bb330a8f58db7e4cfc9605adeba126875f637 /noncore | |
parent | a2b744323b3e6edd1846d493d88b102483e2e825 (diff) | |
download | opie-73eb55ba78db34f3bebaa9a7a0f84e5336c003d8.zip opie-73eb55ba78db34f3bebaa9a7a0f84e5336c003d8.tar.gz opie-73eb55ba78db34f3bebaa9a7a0f84e5336c003d8.tar.bz2 |
*** empty log message ***
-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 @@ -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 += -#DEPENDPATH += +INCLUDEPATH += $(OPIEDIR)/include \ +DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -ljpeg DESTDIR = $(OPIEDIR)/bin TARGET = kpacman |