summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-29 10:06:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-18 05:58:40 +0000
commita81b39934567e46addb9cb822fbaf71e6ffa9ee4 (patch)
tree6d6bd43567372d2023847d19e81f035520b965b6 /src/tools/uic
parentce2ae6ebd8cfebf9edbb0b5653e80de029669548 (diff)
Compile uic and qdbusxml2cpp more often against libbootstrap
Otherwise, those tools do not compile in configurations which exclude features that these tools require (e.g., -no-feature-textcodec). Change-Id: I9f27257221755a35a48ae2efa9df63f1a319118e Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/tools/uic')
-rw-r--r--src/tools/uic/uic.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/uic/uic.pro b/src/tools/uic/uic.pro
index 8008dde07a..9afb2d847f 100644
--- a/src/tools/uic/uic.pro
+++ b/src/tools/uic/uic.pro
@@ -1,4 +1,6 @@
option(host_build)
+!force_bootstrap:if(!qtConfig(commandlineparser)|!qtConfig(textcodec)): \
+ CONFIG += force_bootstrap
DEFINES += QT_UIC QT_NO_CAST_FROM_ASCII QT_NO_FOREACH