author | zecke <zecke> | 2004-11-15 13:30:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-11-15 13:30:26 (UTC) |
commit | f0c8746173f4cea9680b120bf823e77e7c8729b3 (patch) (unidiff) | |
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,5 +1,5 @@ | |||
1 | CONFIG = qt warn_on | 1 | CONFIG = qt quick-app |
2 | HEADERS = adpcm.h \ | 2 | HEADERS = adpcm.h \ |
3 | pixmaps.h \ | 3 | pixmaps.h \ |
4 | helpwindow.h \ | 4 | helpwindow.h \ |
5 | qtrec.h \ | 5 | qtrec.h \ |
@@ -29,9 +29,8 @@ contains(CONFIG, pdaudio) { | |||
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 | } |