author | llornkcor <llornkcor> | 2004-01-01 01:43:26 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-01-01 01:43:26 (UTC) |
commit | b61440c1a8b777dcc6650aefabc47c275f21f594 (patch) (side-by-side diff) | |
tree | 93c735121d9247299e7f486d5559f91762745a58 | |
parent | 0e411b3eb674699979998d4878388f03ffbcb1cd (diff) | |
download | opie-b61440c1a8b777dcc6650aefabc47c275f21f594.zip opie-b61440c1a8b777dcc6650aefabc47c275f21f594.tar.gz opie-b61440c1a8b777dcc6650aefabc47c275f21f594.tar.bz2 |
use for opie
-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 5651151..8b06edb 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro @@ -1,41 +1,41 @@ -CONFIG = qt qtopia warn_on release pdaudio -#CONFIG = qt warn_on release opie +#CONFIG = qt qtopia warn_on release pdaudio +CONFIG = qt warn_on release opie #CONFIG = qt warn_on release quick-app HEADERS = adpcm.h \ pixmaps.h \ helpwindow.h \ qtrec.h \ device.h \ wavFile.h \ waveform.h SOURCES = adpcm.c \ helpwindow.cpp \ main.cpp \ qtrec.cpp \ device.cpp \ wavFile.cpp \ waveform.cpp INTERFACES = contains(CONFIG, pdaudio) { # LIBS += -L/opt/buildroot-opie/output/staging/target/lib -lqpe -lpthread -ljpeg -lpng -lz LIBS += -L$(QPEDIR)/lib -lqpe -lpthread -ljpeg -lpng -lz INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include DEFINES += PDAUDIO DEFINES += THREADED TARGET = qperec # DESTDIR=$(QPEDIR)/bin } contains(CONFIG, opie) { INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include DESTDIR=$(OPIEDIR)/bin LIBS += -lqpe -lpthread TARGET = opierec include ( $(OPIEDIR)/include.pro ) } |