qt5base-lts/src
Joerg Bornemann e817ac3d68 Document that Q_INIT_RESOURCE is not necessary for CMake-based projects
Since commit e343affd63 we're creating object libraries for Qt
resources in static libraries when building Qt or a Qt-based project
with CMake. The purpose of this is to remove the need for calling
Q_INIT_RESOURCE in static libraries.

Add a note to the documentation and a changelog entry.

[ChangeLog][CMake] Calling Q_INIT_RESOURCE in static libraries is not
strictly necessary anymore for CMake-based projects. There, for each
resource, an object library is created which is linked into consuming
projects. This ensures that the linker does not discard the resource's
object file, and its initializer is called automatically.

Change-Id: I70de439f964dc7257a2255683eda4d434fa451d0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-06-16 17:56:09 +02:00
..
3rdparty Suppress warning of unused function on macOS 2020-06-12 21:52:40 -07:00
android Make sure the default AndroidManifest is compatible with Qt Creator 2020-06-03 10:26:01 +03:00
concurrent Reuse the non blocking implementation for blocking one 2020-06-05 12:09:59 +02:00
corelib Document that Q_INIT_RESOURCE is not necessary for CMake-based projects 2020-06-16 17:56:09 +02:00
dbus Port dbus from QStringRef to QStringView 2020-06-15 10:44:10 +02:00
gui Windows font databases: Enable DirectWrite for cmake 2020-06-15 20:58:35 +02:00
network QSslSocket: delete deprecated cipher settings API 2020-06-16 17:13:50 +02:00
opengl Add more LTTNG tracing points 2020-06-11 09:14:32 +02:00
openglwidgets Docs: Remove lenghty comparison with QGLWidget 2020-02-20 16:11:01 +01:00
platformheaders Doc: Remove mentioning of qmake from Qt PlatformHeaders documentation 2020-05-26 15:11:40 +02:00
platformsupport Move Unix font databases into QtGui 2020-06-15 11:34:26 +02:00
plugins Fix build with -no-opengl on Windows 2020-06-16 17:31:34 +02:00
printsupport Remove winrt 2020-06-06 20:25:49 +02:00
sql Port QtSql from QStringRef to QStringView 2020-06-11 06:52:03 +02:00
testlib Port testlib from QStringRef to QStringView 2020-06-11 06:52:13 +02:00
tools Android: fix qmlimportscanner not correctly assigned 2020-06-15 11:54:52 +03:00
widgets Fix breakage of QPushButton on macOS when a style sheet was set 2020-06-11 15:52:25 +02:00
winmain Remove winrt 2020-06-06 20:25:49 +02:00
xml Document how to use CMake for Qt Xml 2020-05-26 15:11:41 +02:00
CMakeLists.txt Android: Add support for proxies 2020-06-16 11:06:42 +02:00
src.pro Android: Add support for proxies 2020-06-16 11:06:42 +02:00