Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-110930

cross builds: designer examples installed incorrectly

    XMLWordPrintable

Details

    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kleint Friedemann Kleint
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes