Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5
-
None
-
64001fc4c (dev), 7daa1d14e (6.4), f6a10dc20 (6.5)
Description
When cross-compiling qttools/designer examples, the plugins are installed incorrectly after https://codereview.qt-project.org/c/qt/qttools/+/457419
The sysrooted QT6_INSTALL_PREFIX gets prefixed to the install path when it should not be there:
$~/Qt/test/qttools$ DESTDIR=/tmp cmake --build . --target install [0/1] Install the project... -- Install configuration: "" -- Installing: /tmp/home/sapiippo/Qt/6.5.0/Boot2Qt/raspberrypi4-64/toolchain/sysroots/cortexa72-poky-linux/usr/lib/plugins/designer/libworldtimeclockplugin.so
When the install locations should be
-- Installing: /tmp/usr/lib/plugins/designer/libworldtimeclockplugin.so