author | kergoth <kergoth> | 2002-12-14 20:21:52 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-14 20:21:52 (UTC) |
commit | 0d7b4eb3989daf2a8f7f14a7c35737e9960aa264 (patch) (side-by-side diff) | |
tree | ce3ced39beb8622e205be1049a0b18934fcc1e96 /inputmethods/keyboard/keyboard.pro | |
parent | 43e77a30c7bc23f5f304cc3f429a148fc63049c9 (diff) | |
download | opie-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/keyboard/keyboard.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 540d177..c6c331e 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -10,4 +10,5 @@ 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 |