summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.pro
blob: aa80991008335e64a42784ef954944eceb2bd308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CONFIG		= qt quick-app

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 -lopiecore2
TARGET		= powerchord

include ( $(OPIEDIR)/include.pro )