|
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 INCLUDEPATH += $$PWD |
|
26 DEPENDPATH += $$PWD |
|
27 PUBLIC_HEADERS += $$PWD/hbeffect.h |
|
28 INTERNAL_HEADERS += $$PWD/hbeffect_p.h |
|
29 INTERNAL_HEADERS += $$PWD/hbeffectabstract_p.h |
|
30 INTERNAL_HEADERS += $$PWD/hbeffectcontroller_p.h |
|
31 INTERNAL_HEADERS += $$PWD/hbeffectdef_p.h |
|
32 INTERNAL_HEADERS += $$PWD/hbeffectfactory_p.h |
|
33 INTERNAL_HEADERS += $$PWD/hbeffectfxmldata_p.h |
|
34 INTERNAL_HEADERS += $$PWD/hbeffectgroup_p.h |
|
35 INTERNAL_HEADERS += $$PWD/hbeffectinternal_p.h |
|
36 INTERNAL_HEADERS += $$PWD/hbeffectopacity_p.h |
|
37 INTERNAL_HEADERS += $$PWD/hbeffectrotate_p.h |
|
38 INTERNAL_HEADERS += $$PWD/hbeffectscale_p.h |
|
39 INTERNAL_HEADERS += $$PWD/hbeffectscaleanimation_p.h |
|
40 INTERNAL_HEADERS += $$PWD/hbeffecttranslate_p.h |
|
41 INTERNAL_HEADERS += $$PWD/hbeffectutils_p.h |
|
42 INTERNAL_HEADERS += $$PWD/hbeffectxmlparser_p.h |
|
43 INTERNAL_HEADERS += $$PWD/hbeffectblur_p.h |
|
44 INTERNAL_HEADERS += $$PWD/hbeffectdropshadow_p.h |
|
45 INTERNAL_HEADERS += $$PWD/hbeffectfilter_p.h |
|
46 INTERNAL_HEADERS += $$PWD/hbeffecthsl_p.h |
|
47 INTERNAL_HEADERS += $$PWD/hbeffectbc_p.h |
|
48 INTERNAL_HEADERS += $$PWD/hbeffectcolorize_p.h |
|
49 INTERNAL_HEADERS += $$PWD/hbeffectplanarreflection_p.h |
|
50 INTERNAL_HEADERS += $$PWD/hbeffectanimation_p.h |
|
51 |
|
52 SOURCES += $$PWD/hbeffect.cpp |
|
53 SOURCES += $$PWD/hbeffectblur.cpp |
|
54 SOURCES += $$PWD/hbeffectdropshadow.cpp |
|
55 SOURCES += $$PWD/hbeffectabstract.cpp |
|
56 SOURCES += $$PWD/hbeffectcontroller.cpp |
|
57 SOURCES += $$PWD/hbeffectfactory.cpp |
|
58 SOURCES += $$PWD/hbeffectfxmldata.cpp |
|
59 SOURCES += $$PWD/hbeffectgroup.cpp |
|
60 SOURCES += $$PWD/hbeffectopacity.cpp |
|
61 SOURCES += $$PWD/hbeffectrotate.cpp |
|
62 SOURCES += $$PWD/hbeffectscale.cpp |
|
63 SOURCES += $$PWD/hbeffecttranslate.cpp |
|
64 SOURCES += $$PWD/hbeffectutils.cpp |
|
65 SOURCES += $$PWD/hbeffectxmlparser.cpp |
|
66 SOURCES += $$PWD/hbeffectfilter.cpp |
|
67 SOURCES += $$PWD/hbeffecthsl.cpp |
|
68 SOURCES += $$PWD/hbeffectbc.cpp |
|
69 SOURCES += $$PWD/hbeffectcolorize.cpp |
|
70 SOURCES += $$PWD/hbeffectplanarreflection.cpp |
|
71 SOURCES += $$PWD/hbeffectanimation.cpp |