src/hbwidgets/popups/popups.pri
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbwidgets/popups/popups.pri	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/popups/popups.pri	Mon May 03 12:48:33 2010 +0300
@@ -30,23 +30,26 @@
 PUBLIC_HEADERS += $$PWD/hbnotificationdialog.h
 PUBLIC_HEADERS += $$PWD/hbinputdialog.h
 PUBLIC_HEADERS += $$PWD/hblistdialog.h
-PUBLIC_HEADERS += $$PWD/hbprogressnote.h
 PUBLIC_HEADERS += $$PWD/hbprogressdialog.h
 PUBLIC_HEADERS += $$PWD/hbsliderpopup.h
 PUBLIC_HEADERS += $$PWD/hbvolumesliderpopup.h
 PUBLIC_HEADERS += $$PWD/hbzoomsliderpopup.h
 PUBLIC_HEADERS += $$PWD/hbmessagebox.h
+PUBLIC_HEADERS += $$PWD/hbselectiondialog.h
 
-INTERNAL_HEADERS += $$PWD/hbcolordialog_p.h
-INTERNAL_HEADERS += $$PWD/hbcolorgridviewitem_p.h
-INTERNAL_HEADERS += $$PWD/hbnotificationdialog_p.h
-INTERNAL_HEADERS += $$PWD/hbnotificationdialogcontent_p.h
-INTERNAL_HEADERS += $$PWD/hbinputdialog_p.h
-INTERNAL_HEADERS += $$PWD/hbinputdialogcontent_p.h
-INTERNAL_HEADERS += $$PWD/hblistdialog_p.h
-INTERNAL_HEADERS += $$PWD/hbprogressdialog_p.h
-INTERNAL_HEADERS += $$PWD/hbsliderpopup_p.h
-INTERNAL_HEADERS += $$PWD/hbmessagebox_p.h
+
+PRIVATE_HEADERS += $$PWD/hbcolordialog_p.h
+PRIVATE_HEADERS += $$PWD/hbcolorgridviewitem_p.h
+PRIVATE_HEADERS += $$PWD/hbnotificationdialog_p.h
+PRIVATE_HEADERS += $$PWD/hbnotificationdialogcontent_p.h
+PRIVATE_HEADERS += $$PWD/hbinputdialog_p.h
+PRIVATE_HEADERS += $$PWD/hbinputdialogcontent_p.h
+PRIVATE_HEADERS += $$PWD/hblistdialog_p.h
+PRIVATE_HEADERS += $$PWD/hbprogressdialog_p.h
+PRIVATE_HEADERS += $$PWD/hbsliderpopup_p.h
+PRIVATE_HEADERS += $$PWD/hbmessagebox_p.h
+PRIVATE_HEADERS += $$PWD/hbselectiondialog_p.h
+
 
 SOURCES += $$PWD/hbcolordialog.cpp
 SOURCES += $$PWD/hbcolorgridviewitem.cpp
@@ -56,9 +59,10 @@
 SOURCES += $$PWD/hbinputdialog.cpp
 SOURCES += $$PWD/hblistdialog.cpp
 SOURCES += $$PWD/hblistdialog_p.cpp
-SOURCES += $$PWD/hbprogressnote.cpp
 SOURCES += $$PWD/hbprogressdialog.cpp
 SOURCES += $$PWD/hbsliderpopup.cpp
 SOURCES += $$PWD/hbvolumesliderpopup.cpp
 SOURCES += $$PWD/hbzoomsliderpopup.cpp
 SOURCES += $$PWD/hbmessagebox.cpp
+SOURCES += $$PWD/hbselectiondialog_p.cpp
+SOURCES += $$PWD/hbselectiondialog.cpp