qt6-bb10/src
Alexandru Croitor c6b3680bcf CMake: Fix qt_add_plugin to be a proper public API function
When configuring an example like
widgets/tools/plugandpaint/plugins/basictools outside of a Qt build,
the configuration fails because it tries to call the internal function
instead of the public one.

This was needed some time ago to facilitate moving from qt_add_plugin
to qt_internal_add_plugin, so some compatibility code was added.

But we've now migrated to qt_internal_add_plugin across most repos,
so we should remove the compatibility code to allow examples to
configure successfully.

Amends 6fbeef4c6b

Fixes: QTBUG-86858
Change-Id: Ib15f50351a8742c44d7a8be84be4e576cb48bddb
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-16 13:53:04 +02:00
..
3rdparty Fix copyright year of tinycbor 2020-10-12 13:20:12 +02:00
android Android: rename Android's package name for Qt 6 2020-10-03 11:22:35 +03:00
concurrent Simplify implementations of QtConcurrent::blocking* methods 2020-10-14 21:24:31 +02:00
corelib CMake: Fix qt_add_plugin to be a proper public API function 2020-10-16 13:53:04 +02:00
dbus Port some more /*implicit*/-like comments to Q_IMPLICIT 2020-10-16 01:07:31 +02:00
gui Guard vulkan.h inclusion with __has_include 2020-10-16 09:48:09 +02:00
network Fix some bad uses of QSharedPointerData::operator T* 2020-10-16 09:48:09 +02:00
opengl Remove methods that shouldn't be in the OpenGL wrappers 2020-10-07 13:54:06 +02:00
openglwidgets CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
platformsupport Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
plugins Remove misleading comment 2020-10-16 05:21:43 +02:00
printsupport QWindowsPrintDevice: Fix signedness warnings 2020-09-24 14:22:57 +02:00
sql CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
testlib Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
tools Android: fix path issue with backslashes on Windows 2020-10-15 18:37:25 +03:00
widgets Document (some) Qt6 changes for QtWidgets 2020-10-16 13:53:03 +02:00
winmain CMake: Refactor optimization flag handling and add optimize_full 2020-10-06 10:07:05 +02:00
xml Remove dead code 2020-10-12 14:49:50 +02:00
CMakeLists.txt CMake: Fix building with -DQT_FEATURE_gui=OFF 2020-09-15 20:05:32 +02:00
src.pro Doc: Compile snippets only when running tests 2020-09-10 18:26:43 +02:00