summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/powerchord.pro
blob: e9e5abcc4b45acdb0ebe925aa88481b7a3fb0fcd (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 )