src/hbcore/gui/gui.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/hbabstractbutton.h
       
    31 PUBLIC_HEADERS += $$PWD/hbdialog.h
       
    32 PUBLIC_HEADERS += $$PWD/hbdockwidget.h
       
    33 PUBLIC_HEADERS += $$PWD/hbmainwindow.h
       
    34 PUBLIC_HEADERS += $$PWD/hbmenu.h
       
    35 PUBLIC_HEADERS += $$PWD/hbpopup.h
       
    36 PUBLIC_HEADERS += $$PWD/hbscrollarea.h
       
    37 PUBLIC_HEADERS += $$PWD/hbscrollbar.h
       
    38 PUBLIC_HEADERS += $$PWD/hbstackedwidget.h
       
    39 PUBLIC_HEADERS += $$PWD/hbtoolbar.h
       
    40 PUBLIC_HEADERS += $$PWD/hbtoolbarextension.h
       
    41 PUBLIC_HEADERS += $$PWD/hbtoolbutton.h
       
    42 PUBLIC_HEADERS += $$PWD/hbtooltip.h
       
    43 PUBLIC_HEADERS += $$PWD/hbview.h
       
    44 PUBLIC_HEADERS += $$PWD/hbwidget.h
       
    45 PUBLIC_HEADERS += $$PWD/hbwidgetbase.h
       
    46 
       
    47 INTERNAL_HEADERS += $$PWD/hbabstractbutton_p.h
       
    48 INTERNAL_HEADERS += $$PWD/hbactionmanager_p.h
       
    49 INTERNAL_HEADERS += $$PWD/hbactionmanagerxmlparser_p.h
       
    50 INTERNAL_HEADERS += $$PWD/hbanchorarrowdrawer_p.h
       
    51 INTERNAL_HEADERS += $$PWD/hbbackgrounditem_p.h
       
    52 INTERNAL_HEADERS += $$PWD/hbcssinspector_p.h
       
    53 INTERNAL_HEADERS += $$PWD/hbdevicefadecontrol_p.h
       
    54 INTERNAL_HEADERS += $$PWD/hbdialog_p.h
       
    55 INTERNAL_HEADERS += $$PWD/hbdockwidget_p.h
       
    56 INTERNAL_HEADERS += $$PWD/hbfocusgroup_p.h
       
    57 INTERNAL_HEADERS += $$PWD/hblongpressvisualizer_p.h
       
    58 INTERNAL_HEADERS += $$PWD/hbmenucontainer_p.h
       
    59 INTERNAL_HEADERS += $$PWD/hbmainwindow_p.h
       
    60 INTERNAL_HEADERS += $$PWD/hbmenu_p.h
       
    61 INTERNAL_HEADERS += $$PWD/hbmenuitem_p.h
       
    62 INTERNAL_HEADERS += $$PWD/hbmenuitem_p_p.h
       
    63 INTERNAL_HEADERS += $$PWD/hbpopup_p.h
       
    64 INTERNAL_HEADERS += $$PWD/hbpopupmanager_p.h
       
    65 INTERNAL_HEADERS += $$PWD/hbpopupmanager_p_p.h
       
    66 INTERNAL_HEADERS += $$PWD/hbscrollarea_p.h
       
    67 INTERNAL_HEADERS += $$PWD/hbscrollbar_p.h
       
    68 INTERNAL_HEADERS += $$PWD/hbtestabilitysignal_p.h
       
    69 INTERNAL_HEADERS += $$PWD/hbtoolbar_p.h
       
    70 INTERNAL_HEADERS += $$PWD/hbtoolbarextension_p.h
       
    71 INTERNAL_HEADERS += $$PWD/hbtoolbutton_p.h
       
    72 INTERNAL_HEADERS += $$PWD/hbtooltiplabel_p.h
       
    73 INTERNAL_HEADERS += $$PWD/hbtooltiplabel_p_p.h
       
    74 INTERNAL_HEADERS += $$PWD/hbview_p.h
       
    75 INTERNAL_HEADERS += $$PWD/hbviewactionmanager_p.h
       
    76 INTERNAL_HEADERS += $$PWD/hbwidget_p.h
       
    77 INTERNAL_HEADERS += $$PWD/hbwidgetbase_p.h
       
    78 INTERNAL_HEADERS += $$PWD/hbwidgetsequentialshow_p.h
       
    79 INTERNAL_HEADERS += $$PWD/hbnativewindow_sym_p.h
       
    80 INTERNAL_HEADERS += $$PWD/hbsplash_p.h
       
    81 INTERNAL_HEADERS += $$PWD/hbsplashscreen_p.h
       
    82 INTERNAL_HEADERS += $$PWD/hbfadeitem_p.h
       
    83 INTERNAL_HEADERS += $$PWD/hbcontentwidget_p.h
       
    84 INTERNAL_HEADERS += $$PWD/hbscreen_p.h
       
    85 INTERNAL_HEADERS += $$PWD/hbsplashdefs_p.h
       
    86 
       
    87 SOURCES += $$PWD/hbabstractbutton.cpp
       
    88 SOURCES += $$PWD/hbactionmanager.cpp
       
    89 SOURCES += $$PWD/hbactionmanagerxmlparser.cpp
       
    90 SOURCES += $$PWD/hbanchorarrowdrawer_p.cpp
       
    91 SOURCES += $$PWD/hbbackgrounditem.cpp
       
    92 SOURCES += $$PWD/hbcssinspector_p.cpp
       
    93 SOURCES += $$PWD/hbdialog.cpp
       
    94 SOURCES += $$PWD/hbdockwidget.cpp
       
    95 SOURCES += $$PWD/hbfocusgroup_p.cpp
       
    96 SOURCES += $$PWD/hblongpressvisualizer.cpp
       
    97 SOURCES += $$PWD/hbmainwindow.cpp
       
    98 SOURCES += $$PWD/hbmainwindow_p.cpp
       
    99 SOURCES += $$PWD/hbmenu.cpp
       
   100 SOURCES += $$PWD/hbmenucontainer_p.cpp
       
   101 SOURCES += $$PWD/hbmenuitem_p.cpp
       
   102 SOURCES += $$PWD/hbpopup.cpp
       
   103 SOURCES += $$PWD/hbpopupmanager.cpp
       
   104 SOURCES += $$PWD/hbscrollarea.cpp
       
   105 SOURCES += $$PWD/hbscrollarea_p.cpp
       
   106 SOURCES += $$PWD/hbscrollbar.cpp
       
   107 SOURCES += $$PWD/hbstackedwidget.cpp
       
   108 SOURCES += $$PWD/hbtestabilitysignal.cpp
       
   109 SOURCES += $$PWD/hbtoolbar.cpp
       
   110 SOURCES += $$PWD/hbtoolbar_p.cpp
       
   111 SOURCES += $$PWD/hbtoolbarextension.cpp
       
   112 SOURCES += $$PWD/hbtoolbutton.cpp
       
   113 SOURCES += $$PWD/hbtooltip.cpp
       
   114 SOURCES += $$PWD/hbtooltiplabel_p.cpp
       
   115 SOURCES += $$PWD/hbview.cpp
       
   116 SOURCES += $$PWD/hbviewactionmanager.cpp
       
   117 SOURCES += $$PWD/hbwidget.cpp
       
   118 SOURCES += $$PWD/hbwidgetbase.cpp
       
   119 SOURCES += $$PWD/hbwidgetsequentialshow.cpp
       
   120 SOURCES += $$PWD/hbsplash.cpp
       
   121 SOURCES += $$PWD/hbsplashscreen.cpp
       
   122 SOURCES += $$PWD/hbfadeitem.cpp
       
   123 SOURCES += $$PWD/hbcontentwidget.cpp
       
   124 SOURCES += $$PWD/hbscreen.cpp
       
   125 
       
   126 symbian:SOURCES += $$PWD/hbdevicefadecontrolsym.cpp
       
   127 win32|linux-*|macx-*:SOURCES += $$PWD/hbdevicefadecontrolwin.cpp
       
   128 symbian:SOURCES += $$PWD/hbnativewindow_sym.cpp
       
   129 
       
   130 settingswindow {
       
   131     INTERNAL_HEADERS += $$PWD/hbsettingswindow_p.h
       
   132     SOURCES += $$PWD/hbsettingswindow_p.cpp
       
   133 }