equal
deleted
inserted
replaced
74 SUBDIRS *= hbcore hbwidgets hbutils |
74 SUBDIRS *= hbcore hbwidgets hbutils |
75 SUBDIRS += hbapps |
75 SUBDIRS += hbapps |
76 } |
76 } |
77 |
77 |
78 # do not build host tools on symbian |
78 # do not build host tools on symbian |
79 !symbian:!contains(HB_NOMAKE_PARTS, hbtools) { |
79 !symbian:!host_tools:!contains(HB_NOMAKE_PARTS, hbtools) { |
80 hbtools.depends = hbcore hbwidgets hbutils |
80 hbtools.depends = hbcore hbwidgets hbutils |
81 SUBDIRS *= hbcore hbwidgets hbutils |
81 SUBDIRS *= hbcore hbwidgets hbutils |
82 SUBDIRS += hbtools |
82 SUBDIRS += hbtools |
83 } |
83 } |
84 |
84 |
85 include(hbcommon.pri) |
85 include(hbcommon.pri) |
86 include(symbian_installs/symbian_installs.pri) |
|