qt6-bb10/src
Joerg Bornemann fbdd076ae9 Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPY
This removes the hack that creates a copy of bootstraplib sources to
avoid rebuilding the world if a bootstraplib source file changed.

Said hack led to confusing behavior:
- when accidentally editing bootstraplib copies instead of the real
  sources
- when header files were changed in a way that were incompatible to the
  bootstraplib source copy

This reverts commit 80a8ead08d.
This reverts commit 743bb66744.

The official way to avoid the QTBUG-92269 problem is now to set
QT_HOST_PATH=<host-Qt-installation> and QT_FORCE_FIND_TOOLS=ON.

If you want to build the tools as well, set QT_FORCE_BUILD_TOOLS=ON.

Fixes: QTBUG-92269
Change-Id: I226bf5792f9ca8e7e207dc53e01c2903018d82d3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-05-09 08:32:10 +02:00
..
3rdparty zlib as static library 2022-04-22 14:34:47 +02:00
android Android: Fix ANR when QtService and QtActivity load in same process 2022-04-28 22:14:00 +00:00
concurrent Do not highlight the Image Scaling Example anymore in Qt Creator 2022-02-17 18:16:42 +01:00
corelib Fix qmake/qtpaths -query for static relocatable builds 2022-05-09 08:32:04 +02:00
dbus Doc: qt_add_dbus_interface: fix wrong cmake command name 2022-04-29 08:25:02 +02:00
entrypoint QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
gui Implement missing QSupportedWritingSystems comparison operators 2022-05-06 21:58:04 +02:00
network Fix documentation for QNetworkReply::redirected 2022-05-04 15:20:35 +02:00
opengl QtOpenGL: includemocs 2022-04-29 07:30:59 +02:00
openglwidgets Compose render-to-texture widgets through QRhi 2022-03-11 21:25:00 +01:00
platformsupport QtDeviceDiscoverySupportPrivate: includemocs 2022-04-29 07:31:00 +02:00
plugins Fix window states and transitions in wasm 2022-05-06 18:52:38 +00:00
printsupport QtPrintSupport: includemocs 2022-04-29 07:30:59 +02:00
sql QtSql: includemocs 2022-04-28 11:15:03 +02:00
testlib qtestcase/Unix: remove fprintf from signal handler 2022-05-05 20:35:42 -07:00
tools Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPY 2022-05-09 08:32:10 +02:00
widgets Stylesheet: Don't ignore item check indicator styling 2022-05-06 03:48:09 +02:00
xml QtXml: replace QLatin1String uses with _L1 or _s 2022-04-28 15:17:23 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00