src/hbwidgets/popups/popups.pri
changeset 0 16d8024aca5e
child 1 f7ac710697a9
equal deleted inserted replaced
-1:000000000000 0:16d8024aca5e
       
     1 #############################################################################
       
     2 ##
       
     3 ## Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 ## All rights reserved.
       
     5 ## Contact: Nokia Corporation (developer.feedback@nokia.com)
       
     6 ##
       
     7 ## This file is part of the UI Extensions for Mobile.
       
     8 ##
       
     9 ## GNU Lesser General Public License Usage
       
    10 ## This file may be used under the terms of the GNU Lesser General Public
       
    11 ## License version 2.1 as published by the Free Software Foundation and
       
    12 ## appearing in the file LICENSE.LGPL included in the packaging of this file.
       
    13 ## Please review the following information to ensure the GNU Lesser General
       
    14 ## Public License version 2.1 requirements will be met:
       
    15 ## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    16 ##
       
    17 ## In addition, as a special exception, Nokia gives you certain additional
       
    18 ## rights.  These rights are described in the Nokia Qt LGPL Exception
       
    19 ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    20 ##
       
    21 ## If you have questions regarding the use of this file, please contact
       
    22 ## Nokia at developer.feedback@nokia.com.
       
    23 ##
       
    24 #############################################################################
       
    25 
       
    26 INCLUDEPATH += $$PWD
       
    27 DEPENDPATH += $$PWD
       
    28 
       
    29 PUBLIC_HEADERS += $$PWD/hbcolordialog.h
       
    30 PUBLIC_HEADERS += $$PWD/hbnotificationdialog.h
       
    31 PUBLIC_HEADERS += $$PWD/hbinputdialog.h
       
    32 PUBLIC_HEADERS += $$PWD/hblistdialog.h
       
    33 PUBLIC_HEADERS += $$PWD/hbprogressnote.h
       
    34 PUBLIC_HEADERS += $$PWD/hbprogressdialog.h
       
    35 PUBLIC_HEADERS += $$PWD/hbsliderpopup.h
       
    36 PUBLIC_HEADERS += $$PWD/hbvolumesliderpopup.h
       
    37 PUBLIC_HEADERS += $$PWD/hbzoomsliderpopup.h
       
    38 PUBLIC_HEADERS += $$PWD/hbmessagebox.h
       
    39 
       
    40 INTERNAL_HEADERS += $$PWD/hbcolordialog_p.h
       
    41 INTERNAL_HEADERS += $$PWD/hbcolorgridviewitem_p.h
       
    42 INTERNAL_HEADERS += $$PWD/hbnotificationdialog_p.h
       
    43 INTERNAL_HEADERS += $$PWD/hbnotificationdialogcontent_p.h
       
    44 INTERNAL_HEADERS += $$PWD/hbinputdialog_p.h
       
    45 INTERNAL_HEADERS += $$PWD/hbinputdialogcontent_p.h
       
    46 INTERNAL_HEADERS += $$PWD/hblistdialog_p.h
       
    47 INTERNAL_HEADERS += $$PWD/hbprogressdialog_p.h
       
    48 INTERNAL_HEADERS += $$PWD/hbsliderpopup_p.h
       
    49 INTERNAL_HEADERS += $$PWD/hbmessagebox_p.h
       
    50 
       
    51 SOURCES += $$PWD/hbcolordialog.cpp
       
    52 SOURCES += $$PWD/hbcolorgridviewitem.cpp
       
    53 SOURCES += $$PWD/hbnotificationdialog.cpp
       
    54 SOURCES += $$PWD/hbnotificationdialogcontent.cpp
       
    55 SOURCES += $$PWD/hbinputdialog_p.cpp
       
    56 SOURCES += $$PWD/hbinputdialog.cpp
       
    57 SOURCES += $$PWD/hblistdialog.cpp
       
    58 SOURCES += $$PWD/hblistdialog_p.cpp
       
    59 SOURCES += $$PWD/hbprogressnote.cpp
       
    60 SOURCES += $$PWD/hbprogressdialog.cpp
       
    61 SOURCES += $$PWD/hbsliderpopup.cpp
       
    62 SOURCES += $$PWD/hbvolumesliderpopup.cpp
       
    63 SOURCES += $$PWD/hbzoomsliderpopup.cpp
       
    64 SOURCES += $$PWD/hbmessagebox.cpp