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

qmake fails to export a correct resource name in Makefile

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.15.0
    • Build tools: qmake
    • None
    • Windows

    Description

      Platform : Windows 10 (English as system language)

       

      When adding a file with Japanese character into qrc file, Makefile shows "???"

      qrc file:

      <RCC>
          <qresource prefix="/">
              <file>main.qml</file>
              <file>SongList.qml</file>
              <file>images/Baby Don't Cry.jpg</file>
              <file>images/BLACKPINK IN YOUR AREA.jpg</file>
              <file>images/Happy.jpg</file>
              <file>images/Hero.jpg</file>
              <file>images/innocent world.jpg</file>
              <file>images/Sign.jpg</file>
              <file>images/くるみ.jpg</file>
              <file>images/しるし.jpg</file>
              <file>images/光の街.jpg</file>
          </qresource>
      </RCC>
      

       

      Makefile:
       

      qrc_qml.cpp: ../MusicApp/qml.qrc \
              ../../../repo/build-qt5/qtbase/bin/rcc.exe \
              ../MusicApp/SongList.qml \
              ../MusicApp/main.qml \
              ../MusicApp/images/???.jpg \
              ../MusicApp/images/Baby\ Don't\ Cry.jpg \
              ../MusicApp/images/???.jpg \
              ../MusicApp/images/innocent\ world.jpg \
              ../MusicApp/images/Sign.jpg \
              ../MusicApp/images/Happy.jpg \
              ../MusicApp/images/BLACKPINK\ IN\ YOUR\ AREA.jpg \
              ../MusicApp/images/Hero.jpg \
              ../MusicApp/images/???.jpg
          C:\repo\build-qt5\qtbase\bin\rcc.exe -name qml ..\MusicApp\qml.qrc -o qrc_qml.cpp
      
       
      

      It looks the editor fails to parse

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            unseon.ryu Unseon Ryu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes