src/hbinput/inputwidgets/inputwidgets.pri
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
--- a/src/hbinput/inputwidgets/inputwidgets.pri	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbinput/inputwidgets/inputwidgets.pri	Mon Oct 04 00:38:12 2010 +0300
@@ -42,12 +42,15 @@
 PUBLIC_HEADERS += $$PWD/hbinputbutton.h
 PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h
 PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h
+PUBLIC_HEADERS += $$PWD/hbinputsettingpopup.h
+PUBLIC_HEADERS += $$PWD/hbinputpopupbase.h
 
 # hb input widget private headers
 PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h
 PRIVATE_HEADERS += $$PWD/hbinputcheckboxlist_p.h
 PRIVATE_HEADERS += $$PWD/hbinputbuttongroup_p.h
 PRIVATE_HEADERS += $$PWD/hbinputsctkeyboard_p.h
+PRIVATE_HEADERS += $$PWD/hbinputpopupbase_p.h
 
 # hb input widget sources
 SOURCES += $$PWD/hbinputvkbwidget.cpp
@@ -65,3 +68,5 @@
 SOURCES += $$PWD/hbinputbutton.cpp
 SOURCES += $$PWD/hbinputsctkeyboard.cpp
 SOURCES += $$PWD/hbinputmethodselectionlist.cpp
+SOURCES += $$PWD/hbinputsettingpopup.cpp
+SOURCES += $$PWD/hbinputpopupbase.cpp