--- a/src/hbcore/inputfw/inputfw.pri Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/inputfw/inputfw.pri Thu Jul 22 16:36:53 2010 +0100
@@ -53,6 +53,7 @@
PUBLIC_HEADERS += $$PWD/hbinputstandardfilters.h
PUBLIC_HEADERS += $$PWD/hbinputmethoddescriptor.h
PUBLIC_HEADERS += $$PWD/hbinputvkbhostbridge.h
+PUBLIC_HEADERS += $$PWD/hbinputcontextplugin.h
# private framework headers
PRIVATE_HEADERS += $$PWD/hbinputmodecache_p.h
@@ -62,9 +63,12 @@
PRIVATE_HEADERS += $$PWD/hbinputextrauserdictionary_p.h
PRIVATE_HEADERS += $$PWD/hbinputmethod_p.h
PRIVATE_HEADERS += $$PWD/hbinputsettingproxy_p.h
+PRIVATE_HEADERS += $$PWD/hbinputmainwindow_p.h
+PRIVATE_HEADERS += $$PWD/hbinputregioncollector_p.h
# framework sources
-SOURCES += $$PWD/hbinputmethod.cpp
+SOURCES += $$PWD/hbinputmethod.cpp \
+ inputfw/hbinputregioncollector.cpp
SOURCES += $$PWD/hbinputkeymap.cpp
SOURCES += $$PWD/hbinputpredictionengine.cpp
SOURCES += $$PWD/hbinputkeymapfactory.cpp
@@ -88,4 +92,6 @@
SOURCES += $$PWD/hbinputmethod_p.cpp
SOURCES += $$PWD/hbinputmethoddescriptor.cpp
SOURCES += $$PWD/hbinputvkbhostbridge.cpp
+SOURCES += $$PWD/hbinputmainwindow.cpp
+SOURCES += $$PWD/hbinputcontextplugin.cpp