summaryrefslogtreecommitdiff
path: root/inputmethods/handwriting/handwriting.pro
Unidiff
Diffstat (limited to 'inputmethods/handwriting/handwriting.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/handwriting/handwriting.pro33
1 files changed, 33 insertions, 0 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro
new file mode 100644
index 0000000..999552b
--- a/dev/null
+++ b/inputmethods/handwriting/handwriting.pro
@@ -0,0 +1,33 @@
1 TEMPLATE= lib
2 CONFIG += qt warn_on release
3 HEADERS= qimpenchar.h \
4 qimpenprofile.h \
5 qimpencombining.h \
6 qimpenhelp.h \
7 qimpeninput.h \
8 qimpenmatch.h \
9 qimpensetup.h \
10 qimpenstroke.h \
11 qimpenwidget.h \
12 qimpenwordpick.h \
13 handwritingimpl.h
14 SOURCES= qimpenchar.cpp \
15 qimpenprofile.cpp \
16 qimpencombining.cpp \
17 qimpenhelp.cpp \
18 qimpeninput.cpp \
19 qimpenmatch.cpp \
20 qimpensetup.cpp \
21 qimpenstroke.cpp \
22 qimpenwidget.cpp \
23 qimpenwordpick.cpp \
24 handwritingimpl.cpp
25INTERFACES = qimpenprefbase.ui
26 TARGET = qhandwriting
27 DESTDIR = ../../plugins/inputmethods
28INCLUDEPATH += $(QPEDIR)/include
29DEPENDPATH += ../$(QPEDIR)/include ../../taskbar
30LIBS += -lqpe
31 VERSION = 1.0.0
32
33TRANSLATIONS += ../../i18n/de/libqhandwriting.ts