--- a/src/hbwidgets/itemviews/itemviews.pri Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbwidgets/itemviews/itemviews.pri Mon Oct 18 18:23:13 2010 +0300
@@ -74,6 +74,9 @@
PRIVATE_HEADERS += $$PWD/hbmodeliterator_p.h
PRIVATE_HEADERS += $$PWD/hbtreemodeliterator_p.h
PRIVATE_HEADERS += $$PWD/hbtreemodeliterator_p_p.h
+PRIVATE_HEADERS += $$PWD/hbdatepickerview_p.h
+PRIVATE_HEADERS += $$PWD/hbdatepickerviewitem_p.h
+PRIVATE_HEADERS += $$PWD/hbemptyviewwidget_p.h
SOURCES += $$PWD/hbabstractitemcontainer_p.cpp
SOURCES += $$PWD/hbabstractitemview.cpp
SOURCES += $$PWD/hbabstractitemview_p.cpp
@@ -108,8 +111,11 @@
SOURCES += $$PWD/hbtreeviewitem.cpp
SOURCES += $$PWD/hbtumbleview.cpp
SOURCES += $$PWD/hbtumbleviewitem.cpp
+SOURCES += $$PWD/hbdatepickerview_p.cpp
SOURCES += $$PWD/hbtreeitemselectionmodel_p.cpp
SOURCES += $$PWD/hbmodeliterator.cpp
SOURCES += $$PWD/hbmodeliterator_p.cpp
SOURCES += $$PWD/hbtreemodeliterator_p.cpp
SOURCES += $$PWD/hbtreemodeliterator_p_p.cpp
+SOURCES += $$PWD/hbdatepickerviewitem_p.cpp
+SOURCES += $$PWD/hbemptyviewwidget_p.cpp