src/hbwidgets/sliders/sliders.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 
       
    28 INCLUDEPATH += $$PWD
       
    29 DEPENDPATH += $$PWD
       
    30 
       
    31 PUBLIC_HEADERS += $$PWD/hbabstractslidercontrol.h
       
    32 PUBLIC_HEADERS += $$PWD/hbprogressbar.h
       
    33 PUBLIC_HEADERS += $$PWD/hbprogressslider.h
       
    34 PUBLIC_HEADERS += $$PWD/hbprogressiveslider.h
       
    35 PUBLIC_HEADERS += $$PWD/hbslider.h
       
    36 PUBLIC_HEADERS += $$PWD/hbratingslider.h
       
    37 
       
    38 
       
    39 INTERNAL_HEADERS += $$PWD/hbabstractslidercontrol_p.h
       
    40 INTERNAL_HEADERS += $$PWD/hbprogresssliderhandle_p.h
       
    41 INTERNAL_HEADERS += $$PWD/hbprogressbar_p.h
       
    42 INTERNAL_HEADERS += $$PWD/hbprogressslider_p.h
       
    43 INTERNAL_HEADERS += $$PWD/hbprogressiveslider_p.h
       
    44 INTERNAL_HEADERS += $$PWD/hbslider_p.h
       
    45 INTERNAL_HEADERS += $$PWD/hbslidercontrol_p.h
       
    46 INTERNAL_HEADERS += $$PWD/hbprogressslidercontrol_p.h
       
    47 INTERNAL_HEADERS += $$PWD/hbslidercontrol_p_p.h
       
    48 INTERNAL_HEADERS += $$PWD/hbsliderhandle_p.h
       
    49 INTERNAL_HEADERS += $$PWD/hbratingslider_p.h
       
    50 INTERNAL_HEADERS += $$PWD/hbslidertickmarks_p.h
       
    51 INTERNAL_HEADERS += $$PWD/hbslidertickmarkslabel_p.h
       
    52 INTERNAL_HEADERS += $$PWD/hbvolumeslider_p.h
       
    53 INTERNAL_HEADERS += $$PWD/hbzoomslider_p.h
       
    54 
       
    55 
       
    56 SOURCES += $$PWD/hbabstractslidercontrol.cpp
       
    57 SOURCES += $$PWD/hbprogressslider.cpp
       
    58 SOURCES += $$PWD/hbprogressiveslider.cpp
       
    59 SOURCES += $$PWD/hbprogressbar.cpp
       
    60 SOURCES += $$PWD/hbprogresssliderhandle_p.cpp
       
    61 SOURCES += $$PWD/hbslider.cpp
       
    62 SOURCES += $$PWD/hbslidercontrol.cpp
       
    63 SOURCES += $$PWD/hbprogressslidercontrol.cpp
       
    64 SOURCES += $$PWD/hbsliderhandle.cpp
       
    65 SOURCES += $$PWD/hbslidertickmarks.cpp
       
    66 SOURCES += $$PWD/hbslidertickmarkslabel.cpp
       
    67 
       
    68 SOURCES += $$PWD/hbvolumeslider_p.cpp
       
    69 SOURCES += $$PWD/hbzoomslider_p.cpp
       
    70 SOURCES += $$PWD/hbratingslider.cpp
       
    71