author | zecke <zecke> | 2004-11-15 13:30:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-11-15 13:30:26 (UTC) |
commit | f0c8746173f4cea9680b120bf823e77e7c8729b3 (patch) (side-by-side diff) | |
tree | 43517627a134eefab0057104cfd214565ea0d31f | |
parent | 3c960a5ecfc5da8c567c2ea3d454ab556fd01a7e (diff) | |
download | opie-f0c8746173f4cea9680b120bf823e77e7c8729b3.zip opie-f0c8746173f4cea9680b120bf823e77e7c8729b3.tar.gz opie-f0c8746173f4cea9680b120bf823e77e7c8729b3.tar.bz2 |
Make it Quick Launchable again
-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 3 |
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,39 +1,38 @@ -CONFIG = qt warn_on +CONFIG = qt 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 -lopiecore2 INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include DEFINES += PDAUDIO DEFINES += THREADED TARGET = qperec # DESTDIR=$(QPEDIR)/bin } !contains(CONFIG, pdaudio) { INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include - DESTDIR=$(OPIEDIR)/bin LIBS += -lqpe -lopiecore2 -lpthread TARGET = opierec include ( $(OPIEDIR)/include.pro ) } |