src/src.pro
changeset 28 b7da29130b0e
parent 21 4633027730f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    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