From 643b58a4298f5a901674658f5937f55ca4a83205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 17 Aug 2021 13:14:18 +0200 Subject: Rewrite Qt Resource System overview Restructure the Qt Resource System page to make the content more accessible, and coherent: - Focus less on the .qrc file format, but the overall use cases - Treat CMake as first-class citizen - Make it more obvious when to use :/, and when qrc:/ Some details that were deemed unnecessary were removed: - details about the internal naming of the .cpp file when qmake is used. - References to QDir::addSearchPath() and the search path list were removed. They relate IMO only indirectly to the Qt resource system. - A lot of the explanation around Q_INIT_RESOURCE/Q_CLEANUP_RESOURCE were dubious at best. Pick-to: 6.2 6.2.0 Fixes: QTBUG-95126 Fixes: QTBUG-94977 Fixes: QTBUG-59394 Task-number: QTBUG-88044 Change-Id: I04b64f2366631b2106f047de121daf5fdb01073d Reviewed-by: Alexey Edelev --- src/corelib/doc/images/resources.png | Bin 49998 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/corelib/doc/images/resources.png (limited to 'src/corelib/doc/images') diff --git a/src/corelib/doc/images/resources.png b/src/corelib/doc/images/resources.png deleted file mode 100644 index eb7af96d77..0000000000 Binary files a/src/corelib/doc/images/resources.png and /dev/null differ -- cgit v1.2.3