author | harlekin <harlekin> | 2003-04-06 19:43:04 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-04-06 19:43:04 (UTC) |
commit | da1a22c879fe4f5d10c12eef2386b94c59ec417c (patch) (unidiff) | |
tree | 36204f4ccf884cf5dcea3d0a9d0b8be8f67bcb23 | |
parent | 4557c53fa5903c14ddf278e865825aa50ffcbfbd (diff) | |
download | opie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.zip opie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.tar.gz opie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.tar.bz2 |
OPIEDIR not QPEDIR
-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 e93146c..a981e4a 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro | |||
@@ -3,8 +3,8 @@ 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 += $(QPEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(QPEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -lpthread | 8 | LIBS += -lqpe -lpthread |
9 | INTERFACES = | 9 | INTERFACES = |
10 | TARGET = opierec | 10 | TARGET = opierec |