qt6-bb10/qmake
Tobias Hunger a1752276e0 CMake: Do not link qmake against Qt (not even the bootstrap one)
Qmake should not rebuild all the code in QtCore, but currently it does.
When linking against QtCore, all the symbols get duplicated. A clever
linker will "deduplicate" the symbols again, so this actually works
with shared Qt builds, but it fails for static builds.

Do not rely on the linker being clever and just do not link Qt at all
for qmake.

Change-Id: I0f79ed9176a19ee884dd425e5f23c26cf69dc422
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2019-04-29 12:05:06 +00:00
..
doc Merge remote-tracking branch 'origin/5.12' into 5.13 2019-04-05 10:57:24 +02:00
generators Fix precompiled headers with clang-cl 2019-04-09 21:58:54 +00:00
library Replace Q_DECL_NOTHROW with noexcept the remaining places 2019-04-09 14:48:42 +00:00
CMakeLists.txt CMake: Do not link qmake against Qt (not even the bootstrap one) 2019-04-29 12:05:06 +00:00
Makefile.unix qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
Makefile.unix.macos
Makefile.unix.mingw
Makefile.unix.unix
Makefile.unix.win32 qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
Makefile.win32 Clang: Enable precompiled header for qmake 2019-03-21 23:46:20 +00:00
cachekeys.h
main.cpp Let QINSTALL copy hidden files when installing directories 2019-04-09 08:16:25 +00:00
meta.cpp qmake: Remove dead code 2019-04-05 07:48:34 +00:00
meta.h qmake: Remove dead code 2019-04-05 07:48:34 +00:00
option.cpp qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
option.h qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
project.cpp qmake: make argument validation of built-ins data driven 2018-06-27 17:23:57 +00:00
project.h
property.cpp Compile with QT_STRICT_ITERATORS defined 2018-11-26 07:04:24 +00:00
property.h
qmake-aux.pro
qmake.pro Merge remote-tracking branch 'origin/5.13' into dev 2019-02-20 09:51:12 +01:00
qmake_pch.h qmake: move QT_BEGIN_NAMESPACE to correct place 2018-12-19 19:21:35 +00:00