summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak
authorkergoth <kergoth>2002-12-14 20:21:52 (UTC)
committer kergoth <kergoth>2002-12-14 20:21:52 (UTC)
commit0d7b4eb3989daf2a8f7f14a7c35737e9960aa264 (patch) (side-by-side diff)
treece3ced39beb8622e205be1049a0b18934fcc1e96 /inputmethods/dvorak
parent43e77a30c7bc23f5f304cc3f429a148fc63049c9 (diff)
downloadopie-0d7b4eb3989daf2a8f7f14a7c35737e9960aa264.zip
opie-0d7b4eb3989daf2a8f7f14a7c35737e9960aa264.tar.gz
opie-0d7b4eb3989daf2a8f7f14a7c35737e9960aa264.tar.bz2
keyboard, dvorak, and multikey all depend on libqpickboard.so, but libqpickboard.so resides in /opt/QtPalmtop/plugins/inputmethods, which of course is in neither LD_LIBRARY_PATH, the ld.so.cache, or the rpath. Added it to the rpath.
Diffstat (limited to 'inputmethods/dvorak') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dvorak/dvorak.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro
index 3236749..8ebf7b8 100644
--- a/inputmethods/dvorak/dvorak.pro
+++ b/inputmethods/dvorak/dvorak.pro
@@ -9,6 +9,7 @@ DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
+QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/de/libqdvorak.ts \