summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/go/go.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/go/go.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 2bc0787..f6c6a54 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -1,7 +1,5 @@
-DESTDIR = $(OPIEDIR)/bin
-TEMPLATE = app
-CONFIG = qt warn_on release
+CONFIG = qt warn_on release quick-app
HEADERS = amigo.h \
go.h \
goplayutils.h \
gowidget.h
@@ -15,5 +13,7 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = go
+
+
include ( $(OPIEDIR)/include.pro )