mkspecs/features/symbian/def_files_disabled.prf
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     6 !contains(MMP_RULES, defBlock) {
     6 !contains(MMP_RULES, defBlock) {
     7     # See def_files.prf for reasoning for excluding target types and configs below
     7     # See def_files.prf for reasoning for excluding target types and configs below
     8     !contains(TEMPLATE, app):!contains(CONFIG, plugin):!contains(CONFIG, staticlib): {
     8     !contains(TEMPLATE, app):!contains(CONFIG, plugin):!contains(CONFIG, staticlib): {
     9         # with EXPORTUNFROZEN enabled, new exports are included in the dll and dso/lib without
     9         # with EXPORTUNFROZEN enabled, new exports are included in the dll and dso/lib without
    10         # needing to run abld/sbs freeze
    10         # needing to run abld/sbs freeze
    11         MMP_RULES += EXPORTUNFROZEN
    11         MMP_RULES *= EXPORTUNFROZEN
    12     }
    12     }
    13 }
    13 }