qt5base-lts/src
Alexey Edelev 630d3328dd Iterate over all extraPrefixDirs when collecting "directories"
When collecting plugins required for the android application according
to linked targets we should take into account all prefix directories.
But not only the first one. Otherwise the order we use when adding
paths to extraPrefixDirs will affect collecting of the plugins. This
specifically leads to the issue if the user project builds custom Qt
plugins. The plugin directory from user project build tree will be
found first and all plugins from Qt installation directory are
discarded.

Pick-to: 6.6 6.5
Fixes: QTBUG-116920
Change-Id: Id94ebaf5ccd1a279a74b38b59ff535f45230e1b4
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2023-09-15 12:48:57 +02:00
..
3rdparty Mark freetype as GPL-2.0-only 2023-09-06 07:56:28 +02:00
android Bump androidx dependency to 1.10.1 2023-08-30 19:35:42 +02:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent [docs] Link from QtConcurent::run() to QThreadPool::start(Callable&&) 2023-08-04 19:49:32 +02:00
corelib Long live Q_(U)INT128_C()! 2023-09-14 18:39:24 +02:00
dbus QDBusArgumentPrivate: Disable copy and move, make constructor protected 2023-09-14 11:50:46 +02:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui Fix crash when reading corrupt font data 2023-09-15 07:36:39 +02:00
network Tidy up QNetworkDiskCache::prepare 2023-09-12 02:00:03 +03:00
opengl QOpenGLCompositorBackingStore: ensure backing store on flushed windows 2023-09-13 16:06:33 +02:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport QEvdevTouchScreenData: use string view types more 2023-09-07 10:46:15 +03:00
plugins macOS: Reset NSApp main menu temporarily when re-using top level menu 2023-09-14 17:13:50 +00:00
printsupport printsupport: use string view types more 2023-09-12 02:00:03 +03:00
sql Add QSqlField::swap() documentation 2023-09-12 02:35:03 +02:00
testlib testlib: use const methods more 2023-09-08 19:17:35 +03:00
tools Iterate over all extraPrefixDirs when collecting "directories" 2023-09-15 12:48:57 +02:00
widgets QUpdateLaterEvent: code tidies 2023-09-14 23:57:33 +02:00
xml Doc: All overviews list categorization 2023-09-11 15:26:56 +02:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00