summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2017-01-27 08:35:41 -0500
committerBrett Stottlemyer <bstottle@ford.com>2017-01-27 17:23:08 +0000
commit7dc29d86ae801efaa72e32e91eeb53d24e7c6285 (patch)
treee126d697eda6c6046e068629fa9c5ac12de58f62 /tools
parenta4eba66c139d9b6405e798cd7ddf9e4a3272fa82 (diff)
Don't force force_bootstrap
The build system will bootstrap automatically as needed (when cross- building). Task-number: QTPLAYGROUND-41 Change-Id: Ia4eddcfb7688a46e7f47660771a4cf9722c85136 Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/repc.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/repc.pro b/tools/repc/repc.pro
index 0c03d72..15edab0 100644
--- a/tools/repc/repc.pro
+++ b/tools/repc/repc.pro
@@ -1,6 +1,6 @@
option(host_build)
-CONFIG += force_bootstrap
include(3rdparty/moc/moc.pri)
+QT = core-private
force_bootstrap:isEqual(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 5): error("compiling repc for bootstrap requires Qt 5.5 or higher, due to missing libraries.")