summaryrefslogtreecommitdiff
path: root/noncore
authorharlekin <harlekin>2003-04-06 19:43:04 (UTC)
committer harlekin <harlekin>2003-04-06 19:43:04 (UTC)
commitda1a22c879fe4f5d10c12eef2386b94c59ec417c (patch) (side-by-side diff)
tree36204f4ccf884cf5dcea3d0a9d0b8be8f67bcb23 /noncore
parent4557c53fa5903c14ddf278e865825aa50ffcbfbd (diff)
downloadopie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.zip
opie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.tar.gz
opie-da1a22c879fe4f5d10c12eef2386b94c59ec417c.tar.bz2
OPIEDIR not QPEDIR
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opierec/opierec.pro4
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
#CONFIG = qt warn_on release
HEADERS = adpcm.h pixmaps.h helpwindow.h qtrec.h device.h wavFile.h
SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lpthread
INTERFACES =
TARGET = opierec