author | Michael Krelin <hacker@klever.net> | 2007-07-07 23:33:51 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-16 11:43:49 (UTC) |
commit | 22b9d6f106c441cd123e5c5883f0936da713ab46 (patch) (side-by-side diff) | |
tree | b74f0794d5ffdc6cb28ea76a28e8c2ea8153a731 /inputmethods | |
parent | 743db868b4f2d64a9982c5a5dd3c28b680e85ca8 (diff) | |
download | opie-oehacks.zip opie-oehacks.tar.gz opie-oehacks.tar.bz2 |
keyboard inputmethod: adjust rpath to use ${palmtopdir}oehacks
-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 2 |
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 @@ -1,16 +1,16 @@ TEMPLATE = lib CONFIG += qt plugin warn_on release HEADERS = keyboard.h \ keyboardimpl.h SOURCES = keyboard.cpp \ keyboardimpl.cpp TARGET = qkeyboard 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 ) target.path = $$prefix/plugins/inputmethods |