equal
deleted
inserted
replaced
57 SUBDIRS += hbfeedback |
57 SUBDIRS += hbfeedback |
58 } |
58 } |
59 |
59 |
60 !contains(HB_NOMAKE_PARTS, hbservers) { |
60 !contains(HB_NOMAKE_PARTS, hbservers) { |
61 hbservers.depends = hbcore hbwidgets hbutils |
61 hbservers.depends = hbcore hbwidgets hbutils |
62 SUBDIRS *= hbcore hbwidgets |
62 SUBDIRS *= hbcore hbwidgets hbutils |
63 SUBDIRS += hbservers |
63 SUBDIRS += hbservers |
64 } |
64 } |
65 |
65 |
66 !contains(HB_NOMAKE_PARTS, hbplugins) { |
66 !contains(HB_NOMAKE_PARTS, hbplugins) { |
67 hbplugins.depends = hbcore hbwidgets hbinput |
67 hbplugins.depends = hbcore hbwidgets hbinput |
68 SUBDIRS *= hbcore hbwidgets hbinput |
68 SUBDIRS *= hbcore hbwidgets hbinput |
69 SUBDIRS += hbplugins |
69 SUBDIRS += hbplugins |
70 } |
70 } |
71 |
71 |
72 # TODO: remove these line when others have suitable .pro files for styling |
72 !contains(HB_NOMAKE_PARTS, hbapps) { |
73 astyle.recurse = hbcore hbservers hbwidgets hbutils |
73 hbapps.depends = hbcore hbwidgets hbutils |
|
74 SUBDIRS *= hbcore hbwidgets hbutils |
|
75 SUBDIRS += hbapps |
|
76 } |
|
77 |
|
78 # do not build host tools on symbian |
|
79 !symbian:!contains(HB_NOMAKE_PARTS, hbtools) { |
|
80 hbtools.depends = hbcore hbwidgets hbutils |
|
81 SUBDIRS *= hbcore hbwidgets hbutils |
|
82 SUBDIRS += hbtools |
|
83 } |
74 |
84 |
75 include(hbcommon.pri) |
85 include(hbcommon.pri) |