-rw-r--r-- | inputmethods/dvorak/dvorak.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 67fe4e6..68c010f 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro @@ -1,36 +1,16 @@ TEMPLATE = lib CONFIG += qt plugin warn_on release HEADERS = dvorak.h \ dvorakimpl.h SOURCES = dvorak.cpp \ dvorakimpl.cpp TARGET = qdvorak DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ - ../../i18n/nl/libqdvorak.ts \ - ../../i18n/da/libqdvorak.ts \ - ../../i18n/xx/libqdvorak.ts \ - ../../i18n/en/libqdvorak.ts \ - ../../i18n/es/libqdvorak.ts \ - ../../i18n/fr/libqdvorak.ts \ - ../../i18n/hu/libqdvorak.ts \ - ../../i18n/ja/libqdvorak.ts \ - ../../i18n/ko/libqdvorak.ts \ - ../../i18n/no/libqdvorak.ts \ - ../../i18n/pl/libqdvorak.ts \ - ../../i18n/pt/libqdvorak.ts \ - ../../i18n/pt_BR/libqdvorak.ts \ - ../../i18n/sl/libqdvorak.ts \ - ../../i18n/zh_CN/libqdvorak.ts \ - ../../i18n/zh_TW/libqdvorak.ts - - - include ( $(OPIEDIR)/include.pro ) target.path = $$prefix/plugins/inputmethods |