################################################################################# Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).## All rights reserved.## Contact: Nokia Corporation (developer.feedback@nokia.com)#### This file is part of the UI Extensions for Mobile.#### GNU Lesser General Public License Usage## This file may be used under the terms of the GNU Lesser General Public## License version 2.1 as published by the Free Software Foundation and## appearing in the file LICENSE.LGPL included in the packaging of this file.## Please review the following information to ensure the GNU Lesser General## Public License version 2.1 requirements will be met:## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.#### In addition, as a special exception, Nokia gives you certain additional## rights. These rights are described in the Nokia Qt LGPL Exception## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.#### If you have questions regarding the use of this file, please contact## Nokia at developer.feedback@nokia.com.###############################################################################INCLUDEPATH += $$PWDDEPENDPATH += $$PWDPUBLIC_HEADERS += $$PWD/hbeffect.hPRIVATE_HEADERS += $$PWD/hbeffect_p.hPRIVATE_HEADERS += $$PWD/hbeffectabstract_p.hPRIVATE_HEADERS += $$PWD/hbeffectcontroller_p.hPRIVATE_HEADERS += $$PWD/hbeffectdef_p.hPRIVATE_HEADERS += $$PWD/hbeffectfactory_p.hPRIVATE_HEADERS += $$PWD/hbeffectfxmldata_p.hPRIVATE_HEADERS += $$PWD/hbeffectgroup_p.hPRIVATE_HEADERS += $$PWD/hbeffectinternal_p.hPRIVATE_HEADERS += $$PWD/hbeffectopacity_p.hPRIVATE_HEADERS += $$PWD/hbeffectrotate_p.hPRIVATE_HEADERS += $$PWD/hbeffectscale_p.hPRIVATE_HEADERS += $$PWD/hbeffectscaleanimation_p.hPRIVATE_HEADERS += $$PWD/hbeffecttranslate_p.hPRIVATE_HEADERS += $$PWD/hbeffectutils_p.hPRIVATE_HEADERS += $$PWD/hbeffectxmlparser_p.hPRIVATE_HEADERS += $$PWD/hbeffectblur_p.hPRIVATE_HEADERS += $$PWD/hbeffectdropshadow_p.hPRIVATE_HEADERS += $$PWD/hbeffectfilter_p.hPRIVATE_HEADERS += $$PWD/hbeffecthsl_p.hPRIVATE_HEADERS += $$PWD/hbeffectbc_p.hPRIVATE_HEADERS += $$PWD/hbeffectcolorize_p.hPRIVATE_HEADERS += $$PWD/hbeffectplanarreflection_p.hPRIVATE_HEADERS += $$PWD/hbeffectanimation_p.hSOURCES += $$PWD/hbeffect.cppSOURCES += $$PWD/hbeffectblur.cppSOURCES += $$PWD/hbeffectdropshadow.cppSOURCES += $$PWD/hbeffectabstract.cppSOURCES += $$PWD/hbeffectcontroller.cppSOURCES += $$PWD/hbeffectfactory.cppSOURCES += $$PWD/hbeffectfxmldata.cppSOURCES += $$PWD/hbeffectgroup.cppSOURCES += $$PWD/hbeffectopacity.cppSOURCES += $$PWD/hbeffectrotate.cppSOURCES += $$PWD/hbeffectscale.cppSOURCES += $$PWD/hbeffecttranslate.cppSOURCES += $$PWD/hbeffectutils.cppSOURCES += $$PWD/hbeffectxmlparser.cppSOURCES += $$PWD/hbeffectfilter.cppSOURCES += $$PWD/hbeffecthsl.cppSOURCES += $$PWD/hbeffectbc.cppSOURCES += $$PWD/hbeffectcolorize.cppSOURCES += $$PWD/hbeffectplanarreflection.cppSOURCES += $$PWD/hbeffectanimation.cpp