src/hbcore/style/style.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/hbstyle.h
       
    31 PUBLIC_HEADERS += $$PWD/hbstyleinterface.h
       
    32 PUBLIC_HEADERS += $$PWD/hbstyleoption.h
       
    33 PUBLIC_HEADERS += $$PWD/hbstyleoptionabstractviewitem.h
       
    34 PUBLIC_HEADERS += $$PWD/hbstyleoptioncheckbox.h
       
    35 PUBLIC_HEADERS += $$PWD/hbstyleoptioncolorgridviewitem.h
       
    36 PUBLIC_HEADERS += $$PWD/hbstyleoptiondataquery.h
       
    37 PUBLIC_HEADERS += $$PWD/hbstyleoptiondecorator.h
       
    38 PUBLIC_HEADERS += $$PWD/hbstyleoptiongridviewitem.h
       
    39 PUBLIC_HEADERS += $$PWD/hbstyleoptionindexfeedback.h
       
    40 PUBLIC_HEADERS += $$PWD/hbstyleoptionindicatorgroup.h
       
    41 PUBLIC_HEADERS += $$PWD/hbstyleoptionindicatormenu.h
       
    42 PUBLIC_HEADERS += $$PWD/hbstyleoptionlabel.h
       
    43 PUBLIC_HEADERS += $$PWD/hbstyleoptionlistviewitem.h
       
    44 PUBLIC_HEADERS += $$PWD/hbstyleoptionmenuitem.h
       
    45 PUBLIC_HEADERS += $$PWD/hbstyleoptionnotificationdialog.h
       
    46 PUBLIC_HEADERS += $$PWD/hbstyleoptionmessagebox.h
       
    47 PUBLIC_HEADERS += $$PWD/hbstyleoptionpopup.h
       
    48 PUBLIC_HEADERS += $$PWD/hbstyleoptionprogressbar.h
       
    49 PUBLIC_HEADERS += $$PWD/hbstyleoptionprogressdialog.h
       
    50 PUBLIC_HEADERS += $$PWD/hbstyleoptionpushbutton.h
       
    51 PUBLIC_HEADERS += $$PWD/hbstyleoptionscrollbar.h
       
    52 PUBLIC_HEADERS += $$PWD/hbstyleoptionslider.h
       
    53 PUBLIC_HEADERS += $$PWD/hbstyleoptionsoftkey.h
       
    54 PUBLIC_HEADERS += $$PWD/hbstyleoptionnavigationbutton.h
       
    55 PUBLIC_HEADERS += $$PWD/hbstyleoptionindicatorbutton.h
       
    56 PUBLIC_HEADERS += $$PWD/hbstyleoptiontitlepane.h
       
    57 PUBLIC_HEADERS += $$PWD/hbstyleoptiontoolbarextension.h
       
    58 PUBLIC_HEADERS += $$PWD/hbstyleoptiontoolbutton.h
       
    59 PUBLIC_HEADERS += $$PWD/hbstyleoptiontooltip.h
       
    60 PUBLIC_HEADERS += $$PWD/hbstyleoptiontreeviewitem.h
       
    61 PUBLIC_HEADERS += $$PWD/hbstyleparameters.h
       
    62 PUBLIC_HEADERS += $$PWD/hbstyleoptiondataform.h
       
    63 PUBLIC_HEADERS += $$PWD/hbstyleoptiondataformviewitem.h
       
    64 PUBLIC_HEADERS += $$PWD/hbstyleoptiongroupbox.h
       
    65 PUBLIC_HEADERS += $$PWD/hbstyleoptionratingslider.h
       
    66 PUBLIC_HEADERS += $$PWD/hbstyleoptioncombobox.h
       
    67 PUBLIC_HEADERS += $$PWD/hbstyleoptioninputdialog.h
       
    68 INTERNAL_HEADERS += $$PWD/hbstyle_p.h
       
    69 INTERNAL_HEADERS += $$PWD/hbstyleoptionsliderelement_p.h
       
    70 INTERNAL_HEADERS += $$PWD/hbstyleoptiondatagroup_p.h
       
    71 INTERNAL_HEADERS += $$PWD/hbstyleoptionstatusbar_p.h
       
    72 INTERNAL_HEADERS += $$PWD/hbstyleoptionsignalindicator_p.h
       
    73 INTERNAL_HEADERS += $$PWD/hbstyleoptionbatteryindicator_p.h
       
    74 
       
    75 SOURCES += $$PWD/hbstyle.cpp
       
    76 SOURCES += $$PWD/hbstyleoption.cpp
       
    77 SOURCES += $$PWD/hbstyleoptionabstractviewitem.cpp
       
    78 SOURCES += $$PWD/hbstyleoptioncheckbox.cpp
       
    79 SOURCES += $$PWD/hbstyleoptioncolorgridviewitem.cpp
       
    80 SOURCES += $$PWD/hbstyleoptiondataquery.cpp
       
    81 SOURCES += $$PWD/hbstyleoptiondecorator.cpp
       
    82 SOURCES += $$PWD/hbstyleoptiongridviewitem.cpp
       
    83 SOURCES += $$PWD/hbstyleoptionindexfeedback.cpp
       
    84 SOURCES += $$PWD/hbstyleoptionindicatorgroup.cpp
       
    85 SOURCES += $$PWD/hbstyleoptionindicatormenu.cpp
       
    86 SOURCES += $$PWD/hbstyleoptionlabel.cpp
       
    87 SOURCES += $$PWD/hbstyleoptionlistviewitem.cpp
       
    88 SOURCES += $$PWD/hbstyleoptionmenuitem.cpp
       
    89 SOURCES += $$PWD/hbstyleoptionnotificationdialog.cpp
       
    90 SOURCES += $$PWD/hbstyleoptionmessagebox.cpp
       
    91 SOURCES += $$PWD/hbstyleoptionpopup.cpp
       
    92 SOURCES += $$PWD/hbstyleoptionprogressbar.cpp
       
    93 SOURCES += $$PWD/hbstyleoptionprogressdialog.cpp
       
    94 SOURCES += $$PWD/hbstyleoptionpushbutton.cpp
       
    95 SOURCES += $$PWD/hbstyleoptionscrollbar.cpp
       
    96 SOURCES += $$PWD/hbstyleoptionslider.cpp
       
    97 SOURCES += $$PWD/hbstyleoptionsliderelement.cpp
       
    98 SOURCES += $$PWD/hbstyleoptionsoftkey.cpp
       
    99 SOURCES += $$PWD/hbstyleoptionstatusbar.cpp
       
   100 SOURCES += $$PWD/hbstyleoptionnavigationbutton.cpp
       
   101 SOURCES += $$PWD/hbstyleoptionindicatorbutton.cpp
       
   102 SOURCES += $$PWD/hbstyleoptionsignalindicator.cpp
       
   103 SOURCES += $$PWD/hbstyleoptionbatteryindicator.cpp
       
   104 SOURCES += $$PWD/hbstyleoptiontitlepane.cpp
       
   105 SOURCES += $$PWD/hbstyleoptiontoolbarextension.cpp
       
   106 SOURCES += $$PWD/hbstyleoptiontoolbutton.cpp
       
   107 SOURCES += $$PWD/hbstyleoptiontooltip.cpp
       
   108 SOURCES += $$PWD/hbstyleoptiontreeviewitem.cpp
       
   109 SOURCES += $$PWD/hbstyleparameters.cpp
       
   110 SOURCES += $$PWD/hbstyleinterface.cpp
       
   111 SOURCES += $$PWD/hbstyleoptiondataform.cpp
       
   112 SOURCES += $$PWD/hbstyleoptiondatagroup.cpp
       
   113 SOURCES += $$PWD/hbstyleoptiondatagroupheadingwidget.cpp
       
   114 SOURCES += $$PWD/hbstyleoptiondataformviewitem.cpp
       
   115 SOURCES += $$PWD/hbstyleoptionratingslider.cpp
       
   116 SOURCES += $$PWD/hbstyleoptiongroupbox.cpp
       
   117 SOURCES += $$PWD/hbstyleoptioncombobox.cpp
       
   118 SOURCES += $$PWD/hbstyleoptioninputdialog.cpp
       
   119