- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P3: Somewhat important
 - 
    6.5
 - 
    None
 
- 
        64001fc4c (dev), 7daa1d14e (6.4), f6a10dc20 (6.5)
 
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
| For Gerrit Dashboard: QTBUG-110930 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 458465,4 | Exclude Qt Designer plugin examples from cross-builds | dev | qt/qttools | Status: MERGED | +2 | 0 | 
| 458468,1 | Revert "Qt Designer: Fix install of plugin examples" | dev | qt/qttools | Status: ABANDONED | 0 | 0 | 
| 458687,2 | Exclude Qt Designer plugin examples from cross-builds | 6.5 | qt/qttools | Status: MERGED | +2 | 0 | 
| 458688,2 | Exclude Qt Designer plugin examples from cross-builds | 6.4 | qt/qttools | Status: MERGED | +2 | 0 |