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

Cannot parse device option values with equal sign in it

    XMLWordPrintable

Details

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

    Description

      ./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.

      Attachments

        For Gerrit Dashboard: QTBUG-33584
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes