blob: 7a6c3a0b54f639eda74f97e5fe031a16e49880bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
TEMPLATE = lib
CONFIG += qt warn_on release
HEADERS = qimpenchar.h \
qimpenprofile.h \
qimpencombining.h \
qimpenhelp.h \
qimpeninput.h \
qimpenmatch.h \
qimpensetup.h \
qimpenstroke.h \
qimpenwidget.h \
qimpenwordpick.h \
handwritingimpl.h
SOURCES = qimpenchar.cpp \
qimpenprofile.cpp \
qimpencombining.cpp \
qimpenhelp.cpp \
qimpeninput.cpp \
qimpenmatch.cpp \
qimpensetup.cpp \
qimpenstroke.cpp \
qimpenwidget.cpp \
qimpenwordpick.cpp \
handwritingimpl.cpp
INTERFACES = qimpenprefbase.ui
TARGET = qhandwriting
DESTDIR = ../../plugins/inputmethods
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
LIBS += -lqpe
VERSION = 1.0.0
TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts
TRANSLATIONS += ../../i18n/de/libqhandwriting.ts
TRANSLATIONS += ../../i18n/en/libqhandwriting.ts
TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts
TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts
TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts
TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts
TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts
TRANSLATIONS += ../../i18n/no/libqhandwriting.ts
TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts
TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts
TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts
|