author | simon <simon> | 2002-11-24 10:36:54 (UTC) |
---|---|---|
committer | simon <simon> | 2002-11-24 10:36:54 (UTC) |
commit | 9387bc3f63b1e48c559d0758c50d9af857e7feeb (patch) (side-by-side diff) | |
tree | 13318ea1c82fcdb54790af111537ca00708746f3 /inputmethods/keyboard/keyboard.pro | |
parent | 83a6751b29b0a7e77d09477880cdc16e14dfe0a1 (diff) | |
download | opie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.zip opie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.tar.gz opie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.tar.bz2 |
- link multikey, dvorak and keyboard input method against pickboard
(and updated ipkg dependencies accordingly) , to avoid duplicated
symbols at run-time (patch posted on opie list a couple of days ago)
Diffstat (limited to 'inputmethods/keyboard/keyboard.pro') (more/less context) (show whitespace changes)
-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 105316f..540d177 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -1,18 +1,14 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ - ../pickboard/pickboardcfg.h \ - ../pickboard/pickboardpicks.h \ keyboardimpl.h SOURCES = keyboard.cpp \ - ../pickboard/pickboardcfg.cpp \ - ../pickboard/pickboardpicks.cpp \ keyboardimpl.cpp TARGET = qkeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher -LIBS += -lqpe +LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ |