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

Cannot parse device option values with equal sign in it

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.2.0 Beta1
    • 5.1.1
    • Build System
    • None
    • Debian GNU/Linux testing (jessie)
    • 4723f3fd04edf1aad6750ca91fd4648216d8b408

      ./configure -device-option QMAKE_CFLAGS="-D_FILE_OFFSET_BITS=64"

      does not set QMAKE_CFLAGS correctly since the regular expression in sed
      command splits the string at the second equal sign.

      Attached patch fixes the issue by using cut command.

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

            buddenha Oswald Buddenhagen
            fatih Fatih Aşıcı
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes