summaryrefslogtreecommitdiff
path: root/inputmethods
authorMichael Krelin <hacker@klever.net>2007-07-07 19:45:36 (UTC)
committer Michael Krelin <hacker@klever.net>2007-07-16 11:43:49 (UTC)
commit743db868b4f2d64a9982c5a5dd3c28b680e85ca8 (patch) (unidiff)
tree1cc1dea2eb16ac458e923bdf9797f302786e90ed /inputmethods
parente2d6af387dc3f91e920a867e948d1255710f3604 (diff)
downloadopie-743db868b4f2d64a9982c5a5dd3c28b680e85ca8.zip
opie-743db868b4f2d64a9982c5a5dd3c28b680e85ca8.tar.gz
opie-743db868b4f2d64a9982c5a5dd3c28b680e85ca8.tar.bz2
dvorak inputmethod: adjust rpath to ${palmtopdir}
Diffstat (limited to 'inputmethods') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dvorak/dvorak.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro
index b659ab5..c1cf861 100644
--- a/inputmethods/dvorak/dvorak.pro
+++ b/inputmethods/dvorak/dvorak.pro
@@ -1,16 +1,16 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt plugin warn_on release 2 CONFIG += qt plugin warn_on release
3 HEADERS= dvorak.h \ 3 HEADERS= dvorak.h \
4 dvorakimpl.h 4 dvorakimpl.h
5 SOURCES= dvorak.cpp \ 5 SOURCES= dvorak.cpp \
6 dvorakimpl.cpp 6 dvorakimpl.cpp
7 TARGET = qdvorak 7 TARGET = qdvorak
8 DESTDIR = ../../plugins/inputmethods 8 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 )
16target.path = $$prefix/plugins/inputmethods 16target.path = $$prefix/plugins/inputmethods