summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.pro
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/powerchord/powerchord.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/powerchord.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.pro b/noncore/multimedia/powerchord/powerchord.pro
index f7af6d6..aa80991 100644
--- a/noncore/multimedia/powerchord/powerchord.pro
+++ b/noncore/multimedia/powerchord/powerchord.pro
@@ -1,8 +1,7 @@
-TEMPLATE = app
-CONFIG = qt warn_on
+CONFIG = qt quick-app
HEADERS = powerchord.h \
fretboard.h \
chordengine.h \
vumeter.h \
gs.h gt.h \
@@ -16,11 +15,10 @@ SOURCES = main.cpp \
gs.cpp gt.cpp \
powerchordbase.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2
-DESTDIR = $(OPIEDIR)/bin
TARGET = powerchord
include ( $(OPIEDIR)/include.pro )