src/hbwidgets/popups/popups.pri
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    28 
    28 
    29 PUBLIC_HEADERS += $$PWD/hbcolordialog.h
    29 PUBLIC_HEADERS += $$PWD/hbcolordialog.h
    30 PUBLIC_HEADERS += $$PWD/hbnotificationdialog.h
    30 PUBLIC_HEADERS += $$PWD/hbnotificationdialog.h
    31 PUBLIC_HEADERS += $$PWD/hbinputdialog.h
    31 PUBLIC_HEADERS += $$PWD/hbinputdialog.h
    32 PUBLIC_HEADERS += $$PWD/hblistdialog.h
    32 PUBLIC_HEADERS += $$PWD/hblistdialog.h
    33 PUBLIC_HEADERS += $$PWD/hbprogressnote.h
       
    34 PUBLIC_HEADERS += $$PWD/hbprogressdialog.h
    33 PUBLIC_HEADERS += $$PWD/hbprogressdialog.h
    35 PUBLIC_HEADERS += $$PWD/hbsliderpopup.h
    34 PUBLIC_HEADERS += $$PWD/hbsliderpopup.h
    36 PUBLIC_HEADERS += $$PWD/hbvolumesliderpopup.h
    35 PUBLIC_HEADERS += $$PWD/hbvolumesliderpopup.h
    37 PUBLIC_HEADERS += $$PWD/hbzoomsliderpopup.h
    36 PUBLIC_HEADERS += $$PWD/hbzoomsliderpopup.h
    38 PUBLIC_HEADERS += $$PWD/hbmessagebox.h
    37 PUBLIC_HEADERS += $$PWD/hbmessagebox.h
       
    38 PUBLIC_HEADERS += $$PWD/hbselectiondialog.h
    39 
    39 
    40 INTERNAL_HEADERS += $$PWD/hbcolordialog_p.h
    40 
    41 INTERNAL_HEADERS += $$PWD/hbcolorgridviewitem_p.h
    41 PRIVATE_HEADERS += $$PWD/hbcolordialog_p.h
    42 INTERNAL_HEADERS += $$PWD/hbnotificationdialog_p.h
    42 PRIVATE_HEADERS += $$PWD/hbcolorgridviewitem_p.h
    43 INTERNAL_HEADERS += $$PWD/hbnotificationdialogcontent_p.h
    43 PRIVATE_HEADERS += $$PWD/hbnotificationdialog_p.h
    44 INTERNAL_HEADERS += $$PWD/hbinputdialog_p.h
    44 PRIVATE_HEADERS += $$PWD/hbnotificationdialogcontent_p.h
    45 INTERNAL_HEADERS += $$PWD/hbinputdialogcontent_p.h
    45 PRIVATE_HEADERS += $$PWD/hbinputdialog_p.h
    46 INTERNAL_HEADERS += $$PWD/hblistdialog_p.h
    46 PRIVATE_HEADERS += $$PWD/hbinputdialogcontent_p.h
    47 INTERNAL_HEADERS += $$PWD/hbprogressdialog_p.h
    47 PRIVATE_HEADERS += $$PWD/hblistdialog_p.h
    48 INTERNAL_HEADERS += $$PWD/hbsliderpopup_p.h
    48 PRIVATE_HEADERS += $$PWD/hbprogressdialog_p.h
    49 INTERNAL_HEADERS += $$PWD/hbmessagebox_p.h
    49 PRIVATE_HEADERS += $$PWD/hbsliderpopup_p.h
       
    50 PRIVATE_HEADERS += $$PWD/hbmessagebox_p.h
       
    51 PRIVATE_HEADERS += $$PWD/hbselectiondialog_p.h
       
    52 
    50 
    53 
    51 SOURCES += $$PWD/hbcolordialog.cpp
    54 SOURCES += $$PWD/hbcolordialog.cpp
    52 SOURCES += $$PWD/hbcolorgridviewitem.cpp
    55 SOURCES += $$PWD/hbcolorgridviewitem.cpp
    53 SOURCES += $$PWD/hbnotificationdialog.cpp
    56 SOURCES += $$PWD/hbnotificationdialog.cpp
    54 SOURCES += $$PWD/hbnotificationdialogcontent.cpp
    57 SOURCES += $$PWD/hbnotificationdialogcontent.cpp
    55 SOURCES += $$PWD/hbinputdialog_p.cpp
    58 SOURCES += $$PWD/hbinputdialog_p.cpp
    56 SOURCES += $$PWD/hbinputdialog.cpp
    59 SOURCES += $$PWD/hbinputdialog.cpp
    57 SOURCES += $$PWD/hblistdialog.cpp
    60 SOURCES += $$PWD/hblistdialog.cpp
    58 SOURCES += $$PWD/hblistdialog_p.cpp
    61 SOURCES += $$PWD/hblistdialog_p.cpp
    59 SOURCES += $$PWD/hbprogressnote.cpp
       
    60 SOURCES += $$PWD/hbprogressdialog.cpp
    62 SOURCES += $$PWD/hbprogressdialog.cpp
    61 SOURCES += $$PWD/hbsliderpopup.cpp
    63 SOURCES += $$PWD/hbsliderpopup.cpp
    62 SOURCES += $$PWD/hbvolumesliderpopup.cpp
    64 SOURCES += $$PWD/hbvolumesliderpopup.cpp
    63 SOURCES += $$PWD/hbzoomsliderpopup.cpp
    65 SOURCES += $$PWD/hbzoomsliderpopup.cpp
    64 SOURCES += $$PWD/hbmessagebox.cpp
    66 SOURCES += $$PWD/hbmessagebox.cpp
       
    67 SOURCES += $$PWD/hbselectiondialog_p.cpp
       
    68 SOURCES += $$PWD/hbselectiondialog.cpp