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) (unidiff)
treeb74f0794d5ffdc6cb28ea76a28e8c2ea8153a731
parent743db868b4f2d64a9982c5a5dd3c28b680e85ca8 (diff)
downloadopie-22b9d6f106c441cd123e5c5883f0936da713ab46.zip
opie-22b9d6f106c441cd123e5c5883f0936da713ab46.tar.gz
opie-22b9d6f106c441cd123e5c5883f0936da713ab46.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
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += ../../launcher 10DEPENDPATH += ../../launcher
11LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard 11LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
12 QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods 12 QMAKE_LFLAGS+= -Wl,-rpath,${palmtopdir}/plugins/inputmethods
13 VERSION = 1.0.0 13 VERSION = 1.0.0
14 14
15include( $(OPIEDIR)/include.pro ) 15include( $(OPIEDIR)/include.pro )