summaryrefslogtreecommitdiff
path: root/noncore/multimedia/tonleiter/tonleiter.pro
Unidiff
Diffstat (limited to 'noncore/multimedia/tonleiter/tonleiter.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/tonleiter/tonleiter.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/multimedia/tonleiter/tonleiter.pro b/noncore/multimedia/tonleiter/tonleiter.pro
new file mode 100644
index 0000000..bf19c3a
--- a/dev/null
+++ b/noncore/multimedia/tonleiter/tonleiter.pro
@@ -0,0 +1,13 @@
1TEMPLATE = app
2#CONFIG = qt warn_on debug
3CONFIG = qt warn_on release
4HEADERS = mainwidget.h tonleiterdata.h tonleiterdatahelper.h fretboard.h menuwidget.h
5SOURCES = mainwidget.cpp tonleiterdata.cpp tonleiterdatahelper.cpp fretboard.cpp menuwidget.cpp main.cpp
6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe
9INTERFACES =
10TARGET = tonleiter
11DESTDIR = $(OPIEDIR)/bin
12#TMAKE_CXXFLAGS += -DQT_QWS_VERCEL_IDR -DQWS -fno-exceptions -fno-rtti
13include ( $(OPIEDIR)/include.pro )