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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/dasher/dasher.pro b/inputmethods/dasher/dasher.pro
index b7669a4..607fa6d 100644
--- a/inputmethods/dasher/dasher.pro
+++ b/inputmethods/dasher/dasher.pro
@@ -22,36 +22,36 @@ HEADERS = Alphabet.h \
22 DasherAppInterface.h \ 22 DasherAppInterface.h \
23 DasherViewSquare.h \ 23 DasherViewSquare.h \
24 SettingsStore.h \ 24 SettingsStore.h \
25 DasherInterface.h \ 25 DasherInterface.h \
26 DasherWidgetInterface.h 26 DasherWidgetInterface.h
27SOURCES = Alphabet.cpp \ 27SOURCES = Alphabet.cpp \
28 DasherModel.cpp \ 28 DasherModel.cpp \
29 LanguageModel.cpp \ 29 LanguageModel.cpp \
30 AlphabetMap.cpp \ 30 AlphabetMap.cpp \
31 DasherNode.cpp \ 31 DasherNode.cpp \
32 PPMLanguageModel.cpp \ 32 PPMLanguageModel.cpp \
33 AlphIO.cpp \ 33 AlphIO.cpp \
34 DasherSettingsInterface.cpp \ 34 DasherSettingsInterface.cpp \
35 SettingsStore.cpp \ 35 SettingsStore.cpp \
36 CustomAlphabet.cpp \ 36 CustomAlphabet.cpp \
37 DasherView.cpp \ 37 DasherView.cpp \
38 DasherInterface.cpp \ 38 DasherInterface.cpp \
39 DasherViewSquare.cpp \ 39 DasherViewSquare.cpp \
40 QtDasherImpl.cc \ 40 QtDasherImpl.cc \
41 QtDasherPlugin.cc \ 41 QtDasherPlugin.cc \
42 QtDasherScreen.cc 42 QtDasherScreen.cc
43 TARGET = qdasher 43 TARGET = qdasher
44 DESTDIR = ../../plugins/inputmethods 44 DESTDIR = ../../plugins/inputmethods
45INCLUDEPATH += $(OPIEDIR)/include 45INCLUDEPATH += $(OPIEDIR)/include
46DEPENDPATH += ../$(OPIEDIR)/include ../../launcher 46DEPENDPATH += ../../launcher
47LIBS += -lqpe 47LIBS += -lqpe
48 QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods 48 QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods
49 VERSION = 1.0.0 49 VERSION = 1.0.0
50 SUBDIRS = DasherCore 50 SUBDIRS = DasherCore
51 51
52 52
53include ( $(OPIEDIR)/include.pro ) 53include ( $(OPIEDIR)/include.pro )
54target.path = $$prefix/plugins/inputmethods 54target.path = $$prefix/plugins/inputmethods
55 55
56 56
57 57