summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/buzzword/buzzword.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro
index 0faede8..247b593 100644
--- a/noncore/games/buzzword/buzzword.pro
+++ b/noncore/games/buzzword/buzzword.pro
@@ -1,11 +1,10 @@
-TEMPLATE = app
-CONFIG = qt warn_on release
+CONFIG = qt warn_on release quick-app
HEADERS = buzzword.h
SOURCES = buzzword.cpp main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-DESTDIR = $(OPIEDIR)/bin
LIBS += -lqpe
-TARGET = buzzword
+
+TARGET = buzzword
include ( $(OPIEDIR)/include.pro )