summaryrefslogtreecommitdiff
path: root/inputmethods/multikey
Unidiff
Diffstat (limited to 'inputmethods/multikey') (more/less context) (show whitespace changes)
-rw-r--r--inputmethods/multikey/multikey.pro6
-rw-r--r--inputmethods/multikey/opie-multikey.control2
2 files changed, 2 insertions, 6 deletions
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro
index 1171602..268640e 100644
--- a/inputmethods/multikey/multikey.pro
+++ b/inputmethods/multikey/multikey.pro
@@ -2,19 +2,15 @@ TEMPLATE = lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= keyboard.h \ 3 HEADERS= keyboard.h \
4 configdlg.h \ 4 configdlg.h \
5 ../pickboard/pickboardcfg.h \
6 ../pickboard/pickboardpicks.h \
7 keyboardimpl.h 5 keyboardimpl.h
8 SOURCES= keyboard.cpp \ 6 SOURCES= keyboard.cpp \
9 configdlg.cpp \ 7 configdlg.cpp \
10 ../pickboard/pickboardcfg.cpp \
11 ../pickboard/pickboardpicks.cpp \
12 keyboardimpl.cpp 8 keyboardimpl.cpp
13 TARGET = qmultikey 9 TARGET = qmultikey
14 DESTDIR = $(OPIEDIR)/plugins/inputmethods 10 DESTDIR = $(OPIEDIR)/plugins/inputmethods
15INCLUDEPATH += $(OPIEDIR)/include 11INCLUDEPATH += $(OPIEDIR)/include
16DEPENDPATH += ../$(OPIEDIR)/include ../../launcher 12DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
17LIBS += -lqpe 13LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
18 VERSION = 1.0.0 14 VERSION = 1.0.0
19 15
20TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts 16TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts
diff --git a/inputmethods/multikey/opie-multikey.control b/inputmethods/multikey/opie-multikey.control
index ce39f36..3de8b02 100644
--- a/inputmethods/multikey/opie-multikey.control
+++ b/inputmethods/multikey/opie-multikey.control
@@ -4,6 +4,6 @@ Section: opie/inputmethods
4Maintainer: Jake Richardson (jake@asdfnews.org) 4Maintainer: Jake Richardson (jake@asdfnews.org)
5Architecture: arm 5Architecture: arm
6Version: $QPE_VERSION-$SUB_VERSION 6Version: $QPE_VERSION-$SUB_VERSION
7Depends: opie-base ($QPE_VERSION) 7Depends: opie-base ($QPE_VERSION) opie-pickboard
8Description: Multiple language keyboard 8Description: Multiple language keyboard
9 Keyboard for inputing multiple languages in the OPIE environment. 9 Keyboard for inputing multiple languages in the OPIE environment.