summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
authorzecke <zecke>2002-06-21 14:15:04 (UTC)
committer zecke <zecke>2002-06-21 14:15:04 (UTC)
commitab08162e2b10fdd4844e2864f445c6b125ce4f60 (patch) (side-by-side diff)
treeaaf7e0acc13efa2e58c19b191375c7a40cff6893 /core/launcher/launcher.pro
parente6834009bf23492e009258e3881ce183cf9e27a0 (diff)
downloadopie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.zip
opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.gz
opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.bz2
Fix compilation
Diffstat (limited to 'core/launcher/launcher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index b8e9236..182cd1f 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -20,7 +20,7 @@ HEADERS = background.h \
shutdownimpl.h \
launcher.h \
launcherview.h \
- ../calibrate/calibrate.h \
+ $(OPIEDIR)/core/apps/calibrate/calibrate.h \
startmenu.h \
transferserver.h \
qcopbridge.h \
@@ -62,7 +62,7 @@ SOURCES = background.cpp \
shutdownimpl.cpp \
launcher.cpp \
launcherview.cpp \
- $(OPIEDIR)/calibrate/calibrate.cpp \
+ $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \
transferserver.cpp \
packageslave.cpp \
irserver.cpp \
@@ -101,8 +101,8 @@ INTERFACES = shutdown.ui syncdialog.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include .
-INCLUDEPATH += $(OPIEDIR)/calibrate
-DEPENDPATH += $(OPIEDIR)/calibrate
+INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
+DEPENDPATH += $(OPIEDIR)/core/apps/calibrate
INCLUDEPATH += $(OPIEDIR)/rsync
DEPENDPATH += $(OPIEDIR)/rsync