src/hbwidgets/itemviews/itemviews.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/hbabstractitemview.h
       
    31 PUBLIC_HEADERS += $$PWD/hbabstractitemcontainer.h
       
    32 PUBLIC_HEADERS += $$PWD/hbabstractviewitem.h
       
    33 PUBLIC_HEADERS += $$PWD/hbgridview.h
       
    34 PUBLIC_HEADERS += $$PWD/hbgridviewitem.h
       
    35 PUBLIC_HEADERS += $$PWD/hbindexfeedback.h
       
    36 PUBLIC_HEADERS += $$PWD/hblistview.h
       
    37 PUBLIC_HEADERS += $$PWD/hblistviewitem.h
       
    38 PUBLIC_HEADERS += $$PWD/hblistwidget.h
       
    39 PUBLIC_HEADERS += $$PWD/hblistwidgetitem.h
       
    40 PUBLIC_HEADERS += $$PWD/hbradiobuttonlist.h
       
    41 PUBLIC_HEADERS += $$PWD/hbtreeview.h
       
    42 PUBLIC_HEADERS += $$PWD/hbtreeviewitem.h
       
    43 PUBLIC_HEADERS += $$PWD/hbtumbleview.h
       
    44 PUBLIC_HEADERS += $$PWD/hbtumbleviewitem.h
       
    45 PUBLIC_HEADERS += $$PWD/hbmodeliterator.h
       
    46 
       
    47 INTERNAL_HEADERS += $$PWD/hbabstractitemview_p.h
       
    48 INTERNAL_HEADERS += $$PWD/hbabstractitemcontainer_p.h
       
    49 INTERNAL_HEADERS += $$PWD/hbabstractviewitem_p.h
       
    50 INTERNAL_HEADERS += $$PWD/hbgriditemcontainer_p.h
       
    51 INTERNAL_HEADERS += $$PWD/hbgriditemcontainer_p_p.h
       
    52 INTERNAL_HEADERS += $$PWD/hbgridlayout_p.h
       
    53 INTERNAL_HEADERS += $$PWD/hbgridlayout_p_p.h
       
    54 INTERNAL_HEADERS += $$PWD/hbgridview_p.h
       
    55 INTERNAL_HEADERS += $$PWD/hbgridviewitem_p.h
       
    56 INTERNAL_HEADERS += $$PWD/hbindexfeedback_p.h
       
    57 INTERNAL_HEADERS += $$PWD/hblistitemcontainer_p.h
       
    58 INTERNAL_HEADERS += $$PWD/hblistitemcontainer_p_p.h
       
    59 INTERNAL_HEADERS += $$PWD/hblistlayout_p_p.h
       
    60 INTERNAL_HEADERS += $$PWD/hblistlayout_p.h
       
    61 INTERNAL_HEADERS += $$PWD/hblistmodel_p.h
       
    62 INTERNAL_HEADERS += $$PWD/hblistview_p.h
       
    63 INTERNAL_HEADERS += $$PWD/hblistviewitem_p.h
       
    64 INTERNAL_HEADERS += $$PWD/hblistwidget_p.h
       
    65 INTERNAL_HEADERS += $$PWD/hblistwidgetitem_p.h
       
    66 INTERNAL_HEADERS += $$PWD/hbradiobuttonlistviewitem_p.h
       
    67 INTERNAL_HEADERS += $$PWD/hbtreeitemcontainer_p.h
       
    68 INTERNAL_HEADERS += $$PWD/hbtreeitemcontainer_p_p.h
       
    69 INTERNAL_HEADERS += $$PWD/hbtreelayout_p.h
       
    70 INTERNAL_HEADERS += $$PWD/hbtreeview_p.h
       
    71 INTERNAL_HEADERS += $$PWD/hbtreeviewitem_p.h
       
    72 INTERNAL_HEADERS += $$PWD/hbtreeitemselectionmodel_p.h
       
    73 INTERNAL_HEADERS += $$PWD/hbmodeliterator_p.h
       
    74 INTERNAL_HEADERS += $$PWD/hbtreemodeliterator_p.h
       
    75 INTERNAL_HEADERS += $$PWD/hbtreemodeliterator_p_p.h
       
    76 SOURCES += $$PWD/hbabstractitemcontainer.cpp
       
    77 SOURCES += $$PWD/hbabstractitemview.cpp
       
    78 SOURCES += $$PWD/hbabstractitemview_p.cpp
       
    79 SOURCES += $$PWD/hbabstractviewitem.cpp
       
    80 SOURCES += $$PWD/hbgriditemcontainer_p.cpp
       
    81 SOURCES += $$PWD/hbgriditemcontainer_p_p.cpp
       
    82 SOURCES += $$PWD/hbgridlayout_p.cpp
       
    83 SOURCES += $$PWD/hbgridlayout_p_p.cpp
       
    84 SOURCES += $$PWD/hbgridview.cpp
       
    85 SOURCES += $$PWD/hbgridview_p.cpp
       
    86 SOURCES += $$PWD/hbgridviewitem.cpp
       
    87 SOURCES += $$PWD/hbgridviewitem_p.cpp
       
    88 SOURCES += $$PWD/hbindexfeedback.cpp
       
    89 SOURCES += $$PWD/hbindexfeedback_p.cpp
       
    90 SOURCES += $$PWD/hblistitemcontainer_p.cpp
       
    91 SOURCES += $$PWD/hblistlayout_p.cpp
       
    92 SOURCES += $$PWD/hblistmodel_p.cpp
       
    93 SOURCES += $$PWD/hblistview.cpp
       
    94 SOURCES += $$PWD/hblistview_p.cpp
       
    95 SOURCES += $$PWD/hblistviewitem.cpp
       
    96 SOURCES += $$PWD/hblistwidget.cpp
       
    97 SOURCES += $$PWD/hblistwidget_p.cpp
       
    98 SOURCES += $$PWD/hblistwidgetitem.cpp
       
    99 SOURCES += $$PWD/hblistwidgetitem_p.cpp
       
   100 SOURCES += $$PWD/hbradiobuttonlist.cpp
       
   101 SOURCES += $$PWD/hbradiobuttonlistviewitem_p.cpp
       
   102 SOURCES += $$PWD/hbtreeitemcontainer_p.cpp
       
   103 SOURCES += $$PWD/hbtreelayout_p.cpp
       
   104 SOURCES += $$PWD/hbtreeview.cpp
       
   105 SOURCES += $$PWD/hbtreeview_p.cpp
       
   106 SOURCES += $$PWD/hbtreeviewitem.cpp
       
   107 SOURCES += $$PWD/hbtumbleview.cpp
       
   108 SOURCES += $$PWD/hbtumbleviewitem.cpp
       
   109 SOURCES += $$PWD/hbtreeitemselectionmodel_p.cpp
       
   110 SOURCES += $$PWD/hbmodeliterator.cpp
       
   111 SOURCES += $$PWD/hbmodeliterator_p.cpp
       
   112 SOURCES += $$PWD/hbtreemodeliterator_p.cpp
       
   113 SOURCES += $$PWD/hbtreemodeliterator_p_p.cpp