summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/bounce.pro
Unidiff
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 @@
1 #CONFIG = qt warn_on debug 1 #CONFIG = qt warn_on debug
2 CONFIG = qt warn_on release quick-app 2 CONFIG = qt warn_on release quick-app
3 HEADERS = game.h kbounce.h 3 HEADERS = game.h kbounce.h
4 SOURCES = game.cpp kbounce.cpp main.cpp 4 SOURCES = game.cpp kbounce.cpp main.cpp
5 INCLUDEPATH+= $(OPIEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 TARGET = bounce 8 TARGET = bounce
9 9
10include ( $(OPIEDIR)/include.pro ) 10include ( $(OPIEDIR)/include.pro )