Changeset 208 for trunk


Ignore:
Timestamp:
Oct 6, 2009, 5:45:02 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs: Discarded invalid r200 (only indentation was wrong, not the else itself) which also caused a regression so that Qt put temporay files to "tmp/obj/debug-shared-debug" and libraries to "lib-debug".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/exclusive_builds.prf

    r201 r208  
    2020        } else:isEqual(appendFirstBuild, true):!contains($$list($$first($$fix)), .*$${firstBuild}.*) {
    2121            contains($$list($${first($$fix)}), .*/$):eval($$fix = $${first($$fix)}$${firstBuild})
    22             } else {
    23                 eval($$fix = $${first($$fix)}-$${firstBuild})
     22            else:eval($$fix = $${first($$fix)}-$${firstBuild})
    2423        }
    2524        export($$fix)
Note: See TracChangeset for help on using the changeset viewer.