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

qmake generates invalid Makefiles if .qrc file references non-latin1 paths

    XMLWordPrintable

Details

    • 14aa1f7d6ffea29647557f98e654355782f55e66 (qt/qtbase/5.12)

    Description

      I have projects in ~/Arbeitsfläche/. Running qmake for them generates invalid Makefiles with non-UTF-8 sequences in rcc dependencies.

      My first guess is that this is caused by https://github.com/qt/qtbase/blob/53d62b8fcbb639bd625777c8f1c01764445fb1c4/qmake/generators/makefile.cpp#L2098 implicitly converting a QByteArray to QString, which uses fromLatin1.

      Attachments

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

        Activity

          People

            Eddy Edward Welbourne
            vogtinator Fabian Vogt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes