summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/powerchord.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.pro b/noncore/multimedia/powerchord/powerchord.pro
new file mode 100644
index 0000000..2261850
--- a/dev/null
+++ b/noncore/multimedia/powerchord/powerchord.pro
@@ -0,0 +1,27 @@
+TEMPLATE = app
+CONFIG = qt warn_on debug
+
+HEADERS = powerchord.h \
+ fretboard.h \
+ chordengine.h \
+ vumeter.h \
+ gs.h gt.h \
+ powerchordbase.h
+
+SOURCES = main.cpp \
+ powerchord.cpp \
+ fretboard.cpp \
+ chordengine.cpp \
+ vumeter.cpp \
+ gs.cpp gt.cpp \
+ powerchordbase.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+#INTERFACES = powerchordbase.ui
+DESTDIR = $(OPIEDIR)/bin
+TARGET = powerchord
+
+include ( $(OPIEDIR)/include.pro )
+