summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/opierec.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro
index ea1bae3..5b25ee0 100644
--- a/noncore/multimedia/opierec/opierec.pro
+++ b/noncore/multimedia/opierec/opierec.pro
@@ -1,13 +1,13 @@
1CONFIG = qt warn_on 1CONFIG = qt quick-app
2HEADERS = adpcm.h \ 2HEADERS = adpcm.h \
3 pixmaps.h \ 3 pixmaps.h \
4 helpwindow.h \ 4 helpwindow.h \
5 qtrec.h \ 5 qtrec.h \
6 device.h \ 6 device.h \
7 wavFile.h \ 7 wavFile.h \
8 waveform.h 8 waveform.h
9SOURCES = adpcm.c \ 9SOURCES = adpcm.c \
10 helpwindow.cpp \ 10 helpwindow.cpp \
11 main.cpp \ 11 main.cpp \
12 qtrec.cpp \ 12 qtrec.cpp \
13 device.cpp \ 13 device.cpp \
@@ -21,19 +21,18 @@ contains(CONFIG, pdaudio) {
21 INCLUDEPATH += $(QPEDIR)/include 21 INCLUDEPATH += $(QPEDIR)/include
22 DEPENDPATH += $(QPEDIR)/include 22 DEPENDPATH += $(QPEDIR)/include
23 DEFINES += PDAUDIO 23 DEFINES += PDAUDIO
24 DEFINES += THREADED 24 DEFINES += THREADED
25 TARGET = qperec 25 TARGET = qperec
26 26
27# DESTDIR=$(QPEDIR)/bin 27# DESTDIR=$(QPEDIR)/bin
28} 28}
29 29
30!contains(CONFIG, pdaudio) { 30!contains(CONFIG, pdaudio) {
31 INCLUDEPATH += $(OPIEDIR)/include 31 INCLUDEPATH += $(OPIEDIR)/include
32 DEPENDPATH += $(OPIEDIR)/include 32 DEPENDPATH += $(OPIEDIR)/include
33 DESTDIR=$(OPIEDIR)/bin
34 LIBS += -lqpe -lopiecore2 -lpthread 33 LIBS += -lqpe -lopiecore2 -lpthread
35 TARGET = opierec 34 TARGET = opierec
36 include ( $(OPIEDIR)/include.pro ) 35 include ( $(OPIEDIR)/include.pro )
37} 36}
38 37
39 38