qt5base-lts/mkspecs/features/static_and_shared.prf
Oswald Buddenhagen ffa2e1d007 define have_target CONFIG flag
the check whether we are building a lib or an app (and thus have a target)
is done by quite some feature files (and generally wrongly, as they do not
account for the new aux target), so centralize it in default_post.prf.

Change-Id: I868edbc4185be8a6c23ecd4a2c126024d73cdeb4
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-06-19 16:40:02 +02:00

4 lines
83 B
Plaintext

have_target:!macx-xcode {
addExclusiveBuilds(static, Static, shared, Shared)
}