src/hbcore/devicedialogbase/devicedialogbase.pri
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    37 PUBLIC_HEADERS += $$PWD/hbsymbiandevicedialog.h #deprecated
    37 PUBLIC_HEADERS += $$PWD/hbsymbiandevicedialog.h #deprecated
    38 PUBLIC_HEADERS += $$PWD/hbdevicedialogsymbian.h 
    38 PUBLIC_HEADERS += $$PWD/hbdevicedialogsymbian.h 
    39 PUBLIC_HEADERS += $$PWD/hbsymbianvariant.h
    39 PUBLIC_HEADERS += $$PWD/hbsymbianvariant.h
    40 PUBLIC_HEADERS += $$PWD/hbindicatorsymbian.h
    40 PUBLIC_HEADERS += $$PWD/hbindicatorsymbian.h
    41 PUBLIC_HEADERS += $$PWD/hbtextresolversymbian.h
    41 PUBLIC_HEADERS += $$PWD/hbtextresolversymbian.h
    42 INTERNAL_HEADERS += $$PWD/hbdevicedialogerrors_p.h
    42 PRIVATE_HEADERS += $$PWD/hbdevicedialogerrors_p.h
    43 
    43 
    44 SOURCES += $$PWD/hbdevicedialog.cpp
    44 SOURCES += $$PWD/hbdevicedialog.cpp
    45 SOURCES += $$PWD/hbindicator.cpp
    45 SOURCES += $$PWD/hbindicator.cpp
    46 SOURCES += $$PWD/hbdevicedialogplugin.cpp
    46 SOURCES += $$PWD/hbdevicedialogplugin.cpp
    47 
    47 
    48 symbian {
    48 symbian {
    49 INTERNAL_HEADERS += $$PWD/hbdevicedialogsym_p.h
    49 PRIVATE_HEADERS += $$PWD/hbdevicedialogsym_p.h
    50 INTERNAL_HEADERS += $$PWD/hbdevicedialogclientsession_p.h
    50 PRIVATE_HEADERS += $$PWD/hbdevicedialogclientsession_p.h
    51 INTERNAL_HEADERS += $$PWD/hbindicatorsym_p.h
    51 PRIVATE_HEADERS += $$PWD/hbindicatorsym_p.h
    52 INTERNAL_HEADERS += $$PWD/hbsymbianvariantconverter_p.h
    52 PRIVATE_HEADERS += $$PWD/hbsymbianvariantconverter_p.h
    53 INTERNAL_HEADERS += $$PWD/hbdeleteguardsymbian_p.h
    53 PRIVATE_HEADERS += $$PWD/hbdeleteguardsymbian_p.h
    54 
    54 
    55 SOURCES += $$PWD/hbsymbianvariant.cpp
    55 SOURCES += $$PWD/hbsymbianvariant.cpp
    56 SOURCES += $$PWD/hbsymbiandevicedialog.cpp #deprecated
    56 SOURCES += $$PWD/hbsymbiandevicedialog.cpp #deprecated
    57 SOURCES += $$PWD/hbdevicedialogsymbian.cpp 
    57 SOURCES += $$PWD/hbdevicedialogsymbian.cpp 
    58 
    58 
    63 SOURCES += $$PWD/hbsymbianvariantconverter.cpp
    63 SOURCES += $$PWD/hbsymbianvariantconverter.cpp
    64 SOURCES += $$PWD/hbtextresolversymbian.cpp
    64 SOURCES += $$PWD/hbtextresolversymbian.cpp
    65 SOURCES += $$PWD/hbdeleteguardsymbian.cpp
    65 SOURCES += $$PWD/hbdeleteguardsymbian.cpp
    66 }
    66 }
    67 
    67 
    68 win32|linux-*|macx-* {
    68 !symbian {
    69 INTERNAL_HEADERS += $$PWD/hbdevicedialogwin32_p.h
    69 PRIVATE_HEADERS += $$PWD/hbdevicedialogwin32_p.h
    70 INTERNAL_HEADERS += $$PWD/hbindicatorwin32_p.h
    70 PRIVATE_HEADERS += $$PWD/hbindicatorwin32_p.h
    71 SOURCES += $$PWD/hbdevicedialogwin32_p.cpp
    71 SOURCES += $$PWD/hbdevicedialogwin32_p.cpp
    72 SOURCES += $$PWD/hbindicatorwin32_p.cpp
    72 SOURCES += $$PWD/hbindicatorwin32_p.cpp
    73 }
    73 }