src/hbcore/utils/utils.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 PUBLIC_HEADERS += $$PWD/hbfontspec.h
       
    31 PUBLIC_HEADERS += $$PWD/hbdeviceprofile.h
       
    32 PUBLIC_HEADERS += $$PWD/hbsmileytheme.h
       
    33 
       
    34 INTERNAL_HEADERS += $$PWD/hbdeviceprofile_p.h
       
    35 INTERNAL_HEADERS += $$PWD/hbtypefaceinfo_p.h
       
    36 INTERNAL_HEADERS += $$PWD/hbdeviceprofiledatabase_p.h
       
    37 INTERNAL_HEADERS += $$PWD/hbdeviceprofilemanager_p.h
       
    38 INTERNAL_HEADERS += $$PWD/hbdeviceprofilereader_p.h
       
    39 INTERNAL_HEADERS += $$PWD/hbextendeddeviceprofile_p.h
       
    40 INTERNAL_HEADERS += $$PWD/hbiniparser_p.h
       
    41 INTERNAL_HEADERS += $$PWD/hbtextmeasurementutility_p.h
       
    42 INTERNAL_HEADERS += $$PWD/hbthetestwidget_p.h
       
    43 INTERNAL_HEADERS += $$PWD/hbthetestutility_p.h
       
    44 INTERNAL_HEADERS += $$PWD/hbtextutils_p.h
       
    45 INTERNAL_HEADERS += $$PWD/hbtypefacexmlparser_p.h
       
    46 INTERNAL_HEADERS += $$PWD/hbscreenmode_p.h
       
    47 INTERNAL_HEADERS += $$PWD/hbdevicemodeinfo_p.h
       
    48 INTERNAL_HEADERS += $$PWD/hbwsiniparser_p.h
       
    49 INTERNAL_HEADERS += $$PWD/hbwidgetloader_p.h
       
    50 INTERNAL_HEADERS += $$PWD/hbforegroundwatcher_p.h
       
    51 INTERNAL_HEADERS += $$PWD/hboogmwatcher_p.h
       
    52 INTERNAL_HEADERS += $$PWD/hbfeaturemanager_p.h
       
    53 
       
    54 symbian {
       
    55   INTERNAL_HEADERS += $$PWD/hboogmwatcher_sym_p.h
       
    56 } else {
       
    57   INTERNAL_HEADERS += $$PWD/hboogmwatcher_dummy_p.h
       
    58 }
       
    59 
       
    60 INTERNAL_HEADERS += $$PWD/hbxmlloaderabstractsyntax_p.h
       
    61 INTERNAL_HEADERS += $$PWD/hbxmlloaderabstractactions_p.h
       
    62 INTERNAL_HEADERS += $$PWD/hbwidgetloadersyntax_p.h
       
    63 INTERNAL_HEADERS += $$PWD/hbwidgetloaderactions_p.h
       
    64 
       
    65 INTERNAL_HEADERS += $$PWD/hbtimer_p.h
       
    66 INTERNAL_HEADERS += $$PWD/hbsmileythemeparser_p.h
       
    67 
       
    68 SOURCES += $$PWD/hbdeviceprofile.cpp
       
    69 SOURCES += $$PWD/hbdeviceprofiledatabase_p.cpp
       
    70 SOURCES += $$PWD/hbdeviceprofilemanager_p.cpp
       
    71 SOURCES += $$PWD/hbdeviceprofilereader_p.cpp
       
    72 SOURCES += $$PWD/hbextendeddeviceprofile_p.cpp
       
    73 SOURCES += $$PWD/hbfontspec.cpp
       
    74 SOURCES += $$PWD/hbiniparser.cpp
       
    75 SOURCES += $$PWD/hbtextmeasurementutility_p.cpp
       
    76 SOURCES += $$PWD/hbthetestwidget_p.cpp
       
    77 SOURCES += $$PWD/hbthetestutility_p.cpp
       
    78 SOURCES += $$PWD/hbtextutils_p.cpp
       
    79 SOURCES += $$PWD/hbtypefaceinfo.cpp
       
    80 SOURCES += $$PWD/hbtypefacexmlparser.cpp
       
    81 SOURCES += $$PWD/hbscreenmode_p.cpp
       
    82 SOURCES += $$PWD/hbdevicemodeinfo_p.cpp
       
    83 SOURCES += $$PWD/hbwsiniparser_p.cpp
       
    84 SOURCES += $$PWD/hbwidgetloader.cpp
       
    85 SOURCES += $$PWD/hbforegroundwatcher.cpp
       
    86 SOURCES += $$PWD/hboogmwatcher.cpp
       
    87 
       
    88 symbian: SOURCES += $$PWD/hboogmwatcher_sym_p.cpp
       
    89 
       
    90 SOURCES += $$PWD/hbxmlloaderabstractsyntax_p.cpp
       
    91 SOURCES += $$PWD/hbxmlloaderabstractactions_p.cpp
       
    92 SOURCES += $$PWD/hbwidgetloadersyntax_p.cpp
       
    93 SOURCES += $$PWD/hbwidgetloaderactions_p.cpp
       
    94 
       
    95 SOURCES += $$PWD/hbtimer.cpp
       
    96 SOURCES += $$PWD/hbsmileytheme.cpp
       
    97 SOURCES += $$PWD/hbsmileythemeparser_p.cpp
       
    98 SOURCES += $$PWD/hbfeaturemanager_p.cpp
       
    99