summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/dasher.pro
Unidiff
Diffstat (limited to 'inputmethods/dasher/dasher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dasher/dasher.pro57
1 files changed, 57 insertions, 0 deletions
diff --git a/inputmethods/dasher/dasher.pro b/inputmethods/dasher/dasher.pro
new file mode 100644
index 0000000..7b6def9
--- a/dev/null
+++ b/inputmethods/dasher/dasher.pro
@@ -0,0 +1,57 @@
1 TEMPLATE= lib
2 CONFIG += qt warn_on release
3
4HEADERS = Alphabet.h \
5 DasherModel.h \
6 FrameRate.h \
7 AlphabetMap.h \
8 DasherNode.h \
9 LanguageModel.h \
10 AlphIO.h \
11 DasherScreen.h \
12 PPMLanguageModel.h \
13 Context.h \
14 DasherSettingsInterface.h \
15 QtDasherImpl.h \
16 CustomAlphabet.h \
17 DasherTypes.h \
18 QtDasherPlugin.h \
19 DashEdit.h \
20 DasherView.h \
21 QtDasherScreen.h \
22 DasherAppInterface.h \
23 DasherViewSquare.h \
24 SettingsStore.h \
25 DasherInterface.h \
26 DasherWidgetInterface.h
27SOURCES = Alphabet.cpp \
28 DasherModel.cpp \
29 LanguageModel.cpp \
30 AlphabetMap.cpp \
31 DasherNode.cpp \
32 PPMLanguageModel.cpp \
33 AlphIO.cpp \
34 DasherSettingsInterface.cpp \
35 SettingsStore.cpp \
36 CustomAlphabet.cpp \
37 DasherView.cpp \
38 DasherInterface.cpp \
39 DasherViewSquare.cpp \
40 QtDasherImpl.cc \
41 QtDasherPlugin.cc \
42 QtDasherScreen.cc
43 TARGET = qdasher
44 DESTDIR = ../../plugins/inputmethods
45INCLUDEPATH += $(OPIEDIR)/include
46DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
47LIBS += -lqpe
48 QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods
49 VERSION = 1.0.0
50 SUBDIRS = DasherCore
51
52
53include ( $(OPIEDIR)/include.pro )
54target.path = $$prefix/plugins/inputmethods
55
56
57