-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 6 | ||||
-rw-r--r-- | inputmethods/keyboard/opie-keyboard.control | 2 |
2 files changed, 2 insertions, 6 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 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | ../pickboard/pickboardcfg.h \ | ||
5 | ../pickboard/pickboardpicks.h \ | ||
6 | keyboardimpl.h | 4 | keyboardimpl.h |
7 | SOURCES= keyboard.cpp \ | 5 | SOURCES= keyboard.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | ||
9 | ../pickboard/pickboardpicks.cpp \ | ||
10 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
11 | TARGET = qkeyboard | 7 | TARGET = qkeyboard |
12 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
16 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
17 | 13 | ||
18 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ |
diff --git a/inputmethods/keyboard/opie-keyboard.control b/inputmethods/keyboard/opie-keyboard.control index cd60148..2a6b7a5 100644 --- a/inputmethods/keyboard/opie-keyboard.control +++ b/inputmethods/keyboard/opie-keyboard.control | |||
@@ -4,6 +4,6 @@ Section: opie/inputmethods | |||
4 | Maintainer: Martin Jones <mjones@trolltech.com> | 4 | Maintainer: Martin Jones <mjones@trolltech.com> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION) opie-pickboard |
8 | Description: Keyboard input method | 8 | Description: Keyboard input method |
9 | Keyboard input method for the Opie environment. | 9 | Keyboard input method for the Opie environment. |