40 HEADERS = virtual12key.h |
40 HEADERS = virtual12key.h |
41 HEADERS += virtualqwerty.h |
41 HEADERS += virtualqwerty.h |
42 HEADERS += touchinputplugin.h |
42 HEADERS += touchinputplugin.h |
43 HEADERS += hbinputbasic12keyhandler.h |
43 HEADERS += hbinputbasic12keyhandler.h |
44 HEADERS += hbinputprediction12keyhandler.h |
44 HEADERS += hbinputprediction12keyhandler.h |
45 HEADERS += ..\common\hbinputbasichandler_p.h |
45 HEADERS += ../common/hbinputbasichandler_p.h |
46 HEADERS += ..\common\hbinputmodehandler.h |
46 HEADERS += ../common/hbinputmodehandler.h |
47 HEADERS += ..\common\hbinputmodehandler_p.h |
47 HEADERS += ../common/hbinputmodehandler_p.h |
48 HEADERS += ..\common\hbinputpredictionhandler_p.h |
48 HEADERS += ../common/hbinputpredictionhandler_p.h |
49 HEADERS += hbinputbasicqwertyhandler.h |
49 HEADERS += hbinputbasicqwertyhandler.h |
50 HEADERS += hbinputpredictionqwertyhandler.h |
50 HEADERS += hbinputpredictionqwertyhandler.h |
51 HEADERS += ..\common\hbinputnumerichandler_p.h |
51 HEADERS += ../common/hbinputnumerichandler_p.h |
52 HEADERS += hbinputnumericqwertyhandler.h |
52 HEADERS += hbinputnumericqwertyhandler.h |
53 HEADERS += hbinputnumeric12keyhandler.h |
53 HEADERS += hbinputnumeric12keyhandler.h |
54 HEADERS += ..\common\hbinputabstractbase.h |
54 HEADERS += ../common/hbinputabstractbase.h |
55 HEADERS += hbinputprediction12keyhandler_p.h |
55 HEADERS += hbinputprediction12keyhandler_p.h |
56 HEADERS += hbinputbasic12keyhandler_p.h |
56 HEADERS += hbinputbasic12keyhandler_p.h |
57 HEADERS += ..\common\hbinputspellquerydialog.h |
57 HEADERS += ../common/hbinputspellquerydialog.h |
58 HEADERS += hbinput12keytouchkeyboard.h |
58 HEADERS += hbinput12keytouchkeyboard.h |
59 HEADERS += hbinput12keytouchkeyboard_p.h |
59 HEADERS += hbinput12keytouchkeyboard_p.h |
60 HEADERS += hbinputqwerty10x4touchkeyboard.h |
60 HEADERS += hbinputqwerty10x4touchkeyboard.h |
61 HEADERS += hbinputqwerty10x4touchkeyboard_p.h |
61 HEADERS += hbinputqwerty10x4touchkeyboard_p.h |
62 HEADERS += hbinputqwerty11x4touchkeyboard.h |
62 HEADERS += hbinputqwerty11x4touchkeyboard.h |
67 SOURCES = virtual12key.cpp |
67 SOURCES = virtual12key.cpp |
68 SOURCES += virtualqwerty.cpp |
68 SOURCES += virtualqwerty.cpp |
69 SOURCES += touchinputplugin.cpp |
69 SOURCES += touchinputplugin.cpp |
70 SOURCES += hbinputbasic12keyhandler.cpp |
70 SOURCES += hbinputbasic12keyhandler.cpp |
71 SOURCES += hbinputprediction12keyhandler.cpp |
71 SOURCES += hbinputprediction12keyhandler.cpp |
72 SOURCES += ..\common\hbinputbasichandler.cpp |
72 SOURCES += ../common/hbinputbasichandler.cpp |
73 SOURCES += ..\common\hbinputmodehandler.cpp |
73 SOURCES += ../common/hbinputmodehandler.cpp |
74 SOURCES += ..\common\hbinputpredictionhandler.cpp |
74 SOURCES += ../common/hbinputpredictionhandler.cpp |
75 SOURCES += hbinputbasicqwertyhandler.cpp |
75 SOURCES += hbinputbasicqwertyhandler.cpp |
76 SOURCES += hbinputpredictionqwertyhandler.cpp |
76 SOURCES += hbinputpredictionqwertyhandler.cpp |
77 SOURCES += ..\common\hbinputnumerichandler.cpp |
77 SOURCES += ../common/hbinputnumerichandler.cpp |
78 SOURCES += hbinputnumericqwertyhandler.cpp |
78 SOURCES += hbinputnumericqwertyhandler.cpp |
79 SOURCES += hbinputnumeric12keyhandler.cpp |
79 SOURCES += hbinputnumeric12keyhandler.cpp |
80 SOURCES += ..\common\hbinputabstractbase.cpp |
80 SOURCES += ../common/hbinputabstractbase.cpp |
81 SOURCES += hbinput12keytouchkeyboard.cpp |
81 SOURCES += hbinput12keytouchkeyboard.cpp |
82 SOURCES += hbinputqwerty10x4touchkeyboard.cpp |
82 SOURCES += hbinputqwerty10x4touchkeyboard.cpp |
83 SOURCES += hbinputqwerty11x4touchkeyboard.cpp |
83 SOURCES += hbinputqwerty11x4touchkeyboard.cpp |
84 SOURCES += hbinputqwertynumerictouchkeyboard.cpp |
84 SOURCES += hbinputqwertynumerictouchkeyboard.cpp |
85 SOURCES += ..\common\hbinputspellquerydialog.cpp |
85 SOURCES += ../common/hbinputspellquerydialog.cpp |
86 |
86 |
87 symbian { |
87 symbian { |
88 TARGET.EPOCALLOWDLLDATA = 1 |
88 TARGET.EPOCALLOWDLLDATA = 1 |
89 TARGET.CAPABILITY = CAP_GENERAL_DLL |
89 TARGET.CAPABILITY = CAP_GENERAL_DLL |
90 TARGET.UID3 = 0x20022EA8 |
90 TARGET.UID3 = 0x20022EA8 |
|
91 MMP_RULES += SMPSAFE |
91 |
92 |
92 pluginstub.sources = HbTouchInput.dll |
93 pluginstub.sources = HbTouchInput.dll |
93 pluginstub.path = /resource/plugins/inputmethods |
94 pluginstub.path = /resource/plugins/inputmethods |
94 DEPLOYMENT += pluginstub |
95 DEPLOYMENT += pluginstub |
95 } |
96 } |