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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.pro b/noncore/multimedia/powerchord/powerchord.pro
index 2261850..917c88f 100644
--- a/noncore/multimedia/powerchord/powerchord.pro
+++ b/noncore/multimedia/powerchord/powerchord.pro
@@ -1,26 +1,26 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on debug 2 CONFIG = qt warn_on
3 3
4 HEADERS = powerchord.h \ 4 HEADERS = powerchord.h \
5 fretboard.h \ 5 fretboard.h \
6 chordengine.h \ 6 chordengine.h \
7 vumeter.h \ 7 vumeter.h \
8 gs.h gt.h \ 8 gs.h gt.h \
9 powerchordbase.h 9 powerchordbase.h
10 10
11 SOURCES = main.cpp \ 11 SOURCES = main.cpp \
12 powerchord.cpp \ 12 powerchord.cpp \
13 fretboard.cpp \ 13 fretboard.cpp \
14 chordengine.cpp \ 14 chordengine.cpp \
15 vumeter.cpp \ 15 vumeter.cpp \
16 gs.cpp gt.cpp \ 16 gs.cpp gt.cpp \
17 powerchordbase.cpp 17 powerchordbase.cpp
18 18
19 INCLUDEPATH+= $(OPIEDIR)/include 19 INCLUDEPATH+= $(OPIEDIR)/include
20 DEPENDPATH+= $(OPIEDIR)/include 20 DEPENDPATH+= $(OPIEDIR)/include
21LIBS += -lqpe 21LIBS += -lqpe
22 #INTERFACES= powerchordbase.ui 22 #INTERFACES= powerchordbase.ui
23DESTDIR = $(OPIEDIR)/bin 23DESTDIR = $(OPIEDIR)/bin
24 TARGET = powerchord 24 TARGET = powerchord
25 25
26include ( $(OPIEDIR)/include.pro ) 26include ( $(OPIEDIR)/include.pro )