diff -r 730c025d4b77 -r f378acbc9cfb src/hbinput/inputwidgets/inputwidgets.pri --- a/src/hbinput/inputwidgets/inputwidgets.pri Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbinput/inputwidgets/inputwidgets.pri Thu Jul 22 16:36:53 2010 +0100 @@ -42,6 +42,7 @@ PUBLIC_HEADERS += $$PWD/hbinputbuttongroup.h PUBLIC_HEADERS += $$PWD/hbinputbutton.h PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h +PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h # hb input widget private headers PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h @@ -65,3 +66,4 @@ SOURCES += $$PWD/hbinputbuttongroup.cpp SOURCES += $$PWD/hbinputbutton.cpp SOURCES += $$PWD/hbinputsctkeyboard.cpp +SOURCES += $$PWD/hbinputmethodselectionlist.cpp