author | llornkcor <llornkcor> | 2003-04-06 20:20:39 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-06 20:20:39 (UTC) |
commit | 541b0c6f1d09d9ed73b66d5a3abc006053f06238 (patch) (unidiff) | |
tree | 9f471fbcf60d6fa5f52c8550a7a76b2ffedcf855 | |
parent | da1a22c879fe4f5d10c12eef2386b94c59ec417c (diff) | |
download | opie-541b0c6f1d09d9ed73b66d5a3abc006053f06238.zip opie-541b0c6f1d09d9ed73b66d5a3abc006053f06238.tar.gz opie-541b0c6f1d09d9ed73b66d5a3abc006053f06238.tar.bz2 |
debug->release
-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro index a981e4a..00a366d 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = adpcm.h pixmaps.h helpwindow.h qtrec.h device.h wavFile.h | 4 | HEADERS = adpcm.h pixmaps.h helpwindow.h qtrec.h device.h wavFile.h |
5 | SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp | 5 | SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -lpthread | 8 | LIBS += -lqpe -lpthread |
9 | INTERFACES = | 9 | INTERFACES = |
10 | TARGET = opierec | 10 | TARGET = opierec |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |