summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorak.pro
Unidiff
Diffstat (limited to 'inputmethods/dvorak/dvorak.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dvorak/dvorak.pro20
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 @@
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 += ../$(OPIEDIR)/include ../../launcher 10DEPENDPATH += ../$(OPIEDIR)/include ../../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,/opt/QtPalmtop/plugins/inputmethods
13 VERSION = 1.0.0 13 VERSION = 1.0.0
14 14
15TRANSLATIONS = ../../i18n/de/libqdvorak.ts \
16 ../../i18n/nl/libqdvorak.ts \
17 ../../i18n/da/libqdvorak.ts \
18 ../../i18n/xx/libqdvorak.ts \
19 ../../i18n/en/libqdvorak.ts \
20 ../../i18n/es/libqdvorak.ts \
21 ../../i18n/fr/libqdvorak.ts \
22 ../../i18n/hu/libqdvorak.ts \
23 ../../i18n/ja/libqdvorak.ts \
24 ../../i18n/ko/libqdvorak.ts \
25 ../../i18n/no/libqdvorak.ts \
26 ../../i18n/pl/libqdvorak.ts \
27 ../../i18n/pt/libqdvorak.ts \
28 ../../i18n/pt_BR/libqdvorak.ts \
29 ../../i18n/sl/libqdvorak.ts \
30 ../../i18n/zh_CN/libqdvorak.ts \
31 ../../i18n/zh_TW/libqdvorak.ts
32
33
34
35include ( $(OPIEDIR)/include.pro ) 15include ( $(OPIEDIR)/include.pro )
36target.path = $$prefix/plugins/inputmethods 16target.path = $$prefix/plugins/inputmethods