From 0d7b4eb3989daf2a8f7f14a7c35737e9960aa264 Mon Sep 17 00:00:00 2001 From: kergoth Date: Sat, 14 Dec 2002 20:21:52 +0000 Subject: 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. --- (limited to 'inputmethods/dvorak/dvorak.pro') 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 \ -- cgit v0.9.0.2