|
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 TEMPLATE = subdirs |
|
29 |
|
30 !contains(HB_NOMAKE_PARTS, hbcore) { |
|
31 SUBDIRS += hbcore |
|
32 } |
|
33 |
|
34 !contains(HB_NOMAKE_PARTS, hbwidgets) { |
|
35 hbwidgets.depends = hbcore |
|
36 SUBDIRS *= hbcore |
|
37 SUBDIRS += hbwidgets |
|
38 } |
|
39 |
|
40 !contains(HB_NOMAKE_PARTS, hbutils) { |
|
41 hbutils.depends = hbcore hbwidgets |
|
42 SUBDIRS *= hbcore hbwidgets |
|
43 SUBDIRS += hbutils |
|
44 } |
|
45 |
|
46 !contains(HB_NOMAKE_PARTS, hbinput) { |
|
47 hbplugins.depends += hbinput |
|
48 hbinput.depends = hbcore hbwidgets |
|
49 SUBDIRS *= hbcore hbwidgets |
|
50 SUBDIRS += hbinput |
|
51 } |
|
52 |
|
53 !contains(HB_NOMAKE_PARTS, hbfeedback) { |
|
54 hbplugins.depends += hbfeedback |
|
55 hbfeedback.depends = hbcore |
|
56 SUBDIRS *= hbcore |
|
57 SUBDIRS += hbfeedback |
|
58 } |
|
59 |
|
60 !contains(HB_NOMAKE_PARTS, hbservers) { |
|
61 hbservers.depends = hbcore hbwidgets hbutils |
|
62 SUBDIRS *= hbcore hbwidgets |
|
63 SUBDIRS += hbservers |
|
64 } |
|
65 |
|
66 !contains(HB_NOMAKE_PARTS, hbplugins) { |
|
67 hbplugins.depends = hbcore hbwidgets hbinput |
|
68 SUBDIRS *= hbcore hbwidgets hbinput |
|
69 SUBDIRS += hbplugins |
|
70 } |
|
71 |
|
72 # TODO: remove these line when others have suitable .pro files for styling |
|
73 astyle.recurse = hbcore hbservers hbwidgets hbutils |
|
74 |
|
75 include(hbcommon.pri) |