summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/bounce.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/bounce.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/bounce/bounce.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro
index 75e4a6b..3892b4b 100644
--- a/noncore/games/bounce/bounce.pro
+++ b/noncore/games/bounce/bounce.pro
@@ -1,10 +1,10 @@
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release quick-app
-HEADERS = game.h kbounce.h
+HEADERS = game.h kbounce.h
SOURCES = game.cpp kbounce.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
-TARGET = bounce
+LIBS += -lqpe -lopiecore2
+TARGET = bounce
include ( $(OPIEDIR)/include.pro )