summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2007-07-07 23:33:51 (UTC)
committer Michael Krelin <hacker@klever.net>2007-07-16 11:43:49 (UTC)
commit22b9d6f106c441cd123e5c5883f0936da713ab46 (patch) (side-by-side diff)
treeb74f0794d5ffdc6cb28ea76a28e8c2ea8153a731
parent743db868b4f2d64a9982c5a5dd3c28b680e85ca8 (diff)
downloadopie-oehacks.zip
opie-oehacks.tar.gz
opie-oehacks.tar.bz2
keyboard inputmethod: adjust rpath to use ${palmtopdir}oehacks
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/keyboard/keyboard.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro
index 3a9e075..52bc10d 100644
--- a/inputmethods/keyboard/keyboard.pro
+++ b/inputmethods/keyboard/keyboard.pro
@@ -9,7 +9,7 @@ DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../../launcher
LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
-QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods
+QMAKE_LFLAGS += -Wl,-rpath,${palmtopdir}/plugins/inputmethods
VERSION = 1.0.0
include( $(OPIEDIR)/include.pro )