src/hbcore/devicedialogbase/devicedialogbase.pri
changeset 0 16d8024aca5e
child 1 f7ac710697a9
equal deleted inserted replaced
-1:000000000000 0:16d8024aca5e
       
     1 #
       
     2 #############################################################################
       
     3 ##
       
     4 ## Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     5 ## All rights reserved.
       
     6 ## Contact: Nokia Corporation (developer.feedback@nokia.com)
       
     7 ##
       
     8 ## This file is part of the UI Extensions for Mobile.
       
     9 ##
       
    10 ## GNU Lesser General Public License Usage
       
    11 ## This file may be used under the terms of the GNU Lesser General Public
       
    12 ## License version 2.1 as published by the Free Software Foundation and
       
    13 ## appearing in the file LICENSE.LGPL included in the packaging of this file.
       
    14 ## Please review the following information to ensure the GNU Lesser General
       
    15 ## Public License version 2.1 requirements will be met:
       
    16 ## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    17 ##
       
    18 ## In addition, as a special exception, Nokia gives you certain additional
       
    19 ## rights.  These rights are described in the Nokia Qt LGPL Exception
       
    20 ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    21 ##
       
    22 ## If you have questions regarding the use of this file, please contact
       
    23 ## Nokia at developer.feedback@nokia.com.
       
    24 ##
       
    25 #############################################################################
       
    26 
       
    27 INCLUDEPATH += $$PWD
       
    28 DEPENDPATH += $$PWD
       
    29 
       
    30 include(devicedialogdebug/devicedialogdebug.pri)
       
    31 include(devicedialogserver/devicedialogserver.pri)
       
    32 
       
    33 PUBLIC_HEADERS += $$PWD/hbdevicedialog.h
       
    34 PUBLIC_HEADERS += $$PWD/hbindicator.h
       
    35 PUBLIC_HEADERS += $$PWD/hbdevicedialogplugin.h
       
    36 PUBLIC_HEADERS += $$PWD/hbdevicedialoginterface.h
       
    37 PUBLIC_HEADERS += $$PWD/hbsymbiandevicedialog.h #deprecated
       
    38 PUBLIC_HEADERS += $$PWD/hbdevicedialogsymbian.h 
       
    39 PUBLIC_HEADERS += $$PWD/hbsymbianvariant.h
       
    40 PUBLIC_HEADERS += $$PWD/hbindicatorsymbian.h
       
    41 PUBLIC_HEADERS += $$PWD/hbtextresolversymbian.h
       
    42 INTERNAL_HEADERS += $$PWD/hbdevicedialogerrors_p.h
       
    43 
       
    44 SOURCES += $$PWD/hbdevicedialog.cpp
       
    45 SOURCES += $$PWD/hbindicator.cpp
       
    46 SOURCES += $$PWD/hbdevicedialogplugin.cpp
       
    47 
       
    48 symbian {
       
    49 INTERNAL_HEADERS += $$PWD/hbdevicedialogsym_p.h
       
    50 INTERNAL_HEADERS += $$PWD/hbdevicedialogclientsession_p.h
       
    51 INTERNAL_HEADERS += $$PWD/hbindicatorsym_p.h
       
    52 INTERNAL_HEADERS += $$PWD/hbsymbianvariantconverter_p.h
       
    53 INTERNAL_HEADERS += $$PWD/hbdeleteguardsymbian_p.h
       
    54 
       
    55 SOURCES += $$PWD/hbsymbianvariant.cpp
       
    56 SOURCES += $$PWD/hbsymbiandevicedialog.cpp #deprecated
       
    57 SOURCES += $$PWD/hbdevicedialogsymbian.cpp 
       
    58 
       
    59 SOURCES += $$PWD/hbdevicedialogsym_p.cpp
       
    60 SOURCES += $$PWD/hbdevicedialogclientsession.cpp
       
    61 SOURCES += $$PWD/hbindicatorsym_p.cpp
       
    62 SOURCES += $$PWD/hbindicatorsymbian.cpp
       
    63 SOURCES += $$PWD/hbsymbianvariantconverter.cpp
       
    64 SOURCES += $$PWD/hbtextresolversymbian.cpp
       
    65 SOURCES += $$PWD/hbdeleteguardsymbian.cpp
       
    66 }
       
    67 
       
    68 win32|linux-*|macx-* {
       
    69 INTERNAL_HEADERS += $$PWD/hbdevicedialogwin32_p.h
       
    70 INTERNAL_HEADERS += $$PWD/hbindicatorwin32_p.h
       
    71 SOURCES += $$PWD/hbdevicedialogwin32_p.cpp
       
    72 SOURCES += $$PWD/hbindicatorwin32_p.cpp
       
    73 }