summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.pro
Unidiff
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 @@
1 TEMPLATE= app 1 CONFIG = qt quick-app
2 CONFIG = qt warn_on
3 2
4 HEADERS = powerchord.h \ 3 HEADERS = powerchord.h \
5 fretboard.h \ 4 fretboard.h \
6 chordengine.h \ 5 chordengine.h \
7 vumeter.h \ 6 vumeter.h \
8 gs.h gt.h \ 7 gs.h gt.h \
@@ -16,11 +15,10 @@ SOURCES = main.cpp \
16 gs.cpp gt.cpp \ 15 gs.cpp gt.cpp \
17 powerchordbase.cpp 16 powerchordbase.cpp
18 17
19 INCLUDEPATH+= $(OPIEDIR)/include 18 INCLUDEPATH+= $(OPIEDIR)/include
20 DEPENDPATH+= $(OPIEDIR)/include 19 DEPENDPATH+= $(OPIEDIR)/include
21LIBS += -lqpe -lopiecore2 20LIBS += -lqpe -lopiecore2
22DESTDIR = $(OPIEDIR)/bin
23 TARGET = powerchord 21 TARGET = powerchord
24 22
25include ( $(OPIEDIR)/include.pro ) 23include ( $(OPIEDIR)/include.pro )
26 24