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

QtUiTools not built when cross compiling

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P4: Low P4: Low
    • 5.1.0
    • 4.7.3
    • Build System
    • None
    • a6c401987d01a44ab9a5507f177d756fefaa58d4

      When cross compiling the configure script will remove 'tools' from CFG_BUILD_PARTS leading to QtUiTools not being built at all. This appears to be true for cross compiling in general (be it embedded or X11).

      From configure:
      if [ -z "$CFG_BUILD_PARTS" ]; then
      CFG_BUILD_PARTS="$QT_DEFAULT_BUILD_PARTS"

      1. don't build tools by default when cross-compiling
        if [ "$PLATFORM" != "$XPLATFORM" ]; then
        CFG_BUILD_PARTS=`echo "$CFG_BUILD_PARTS" | sed "s, tools,,g"`
        fi
        fi

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

            buddenha Oswald Buddenhagen
            holger Holger Freyther
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes