src/hbwidgets/devicedialogs/devicedialogs.pri
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    32 PUBLIC_HEADERS += $$PWD/hbdeviceprogressdialog.h 
    32 PUBLIC_HEADERS += $$PWD/hbdeviceprogressdialog.h 
    33 PUBLIC_HEADERS += $$PWD/hbdevicemessagebox.h
    33 PUBLIC_HEADERS += $$PWD/hbdevicemessagebox.h
    34 PUBLIC_HEADERS += $$PWD/hbdevicenotificationdialogsymbian.h
    34 PUBLIC_HEADERS += $$PWD/hbdevicenotificationdialogsymbian.h
    35 PUBLIC_HEADERS += $$PWD/hbdevicemessageboxsymbian.h
    35 PUBLIC_HEADERS += $$PWD/hbdevicemessageboxsymbian.h
    36 PUBLIC_HEADERS += $$PWD/hbdeviceprogressdialogsymbian.h
    36 PUBLIC_HEADERS += $$PWD/hbdeviceprogressdialogsymbian.h
       
    37 RESTRICTED_HEADERS += $$PWD/hbdevicedialogsextensionsymbian_r.h
    37 
    38 
    38 PRIVATE_HEADERS += $$PWD/hbdevicenotificationdialog_p.h $$PWD/hbdeviceprogressdialog_p.h $$PWD/hbdevicemessagebox_p.h
    39 PRIVATE_HEADERS += $$PWD/hbdevicenotificationdialog_p.h $$PWD/hbdeviceprogressdialog_p.h $$PWD/hbdevicemessagebox_p.h
    39 
    40 
    40 SOURCES += $$PWD/hbdevicenotificationdialog.cpp
    41 SOURCES += $$PWD/hbdevicenotificationdialog.cpp
    41 SOURCES += $$PWD/hbdeviceprogressdialog.cpp
    42 SOURCES += $$PWD/hbdeviceprogressdialog.cpp
    42 SOURCES += $$PWD/hbdevicemessagebox.cpp
    43 SOURCES += $$PWD/hbdevicemessagebox.cpp
    43 symbian {
    44 symbian {
    44 SOURCES += $$PWD/hbdevicenotificationdialogsymbian.cpp
    45 SOURCES += $$PWD/hbdevicenotificationdialogsymbian.cpp
    45 SOURCES += $$PWD/hbdevicemessageboxsymbian.cpp
    46 SOURCES += $$PWD/hbdevicemessageboxsymbian.cpp
    46 SOURCES += $$PWD/hbdeviceprogressdialogsymbian.cpp
    47 SOURCES += $$PWD/hbdeviceprogressdialogsymbian.cpp
       
    48 SOURCES += $$PWD/hbdevicedialogsextensionsymbian.cpp
    47 }
    49 }
    48 
    50