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

[REG 5.4->5.5] qmake drops .qm files in RCC dependencies

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.5.0
    • None
    • OS X 10.10

    Description

      I am having a .qm file in my resources.qrc which needs to be compiled from as .ts file before writing into c++ source file.

      This was possible in Qt 5.4 but Qt 5.5 drops dependencies (based on filename?).

      Qt 5.4
      qrc_resources.cpp: ../../proj/sub/resources/resources.qrc \
                      ../../proj/sub/resources/working-indicator.gif \
                      ../../proj/sub/resources/images/logo.png \
                      ../../proj/sub/resources/images/logo@2x.png \
                      ../../proj/sub/resources/i18n/myproject_de.qm \
                      ../../proj/sub/resources/sounds/new_message.wav \
                      ../../proj/sub/resources/14/chevron-circle-bottom_b.png \
                      ../../proj/sub/resources/14/chevron-circle-right_b.png \
                      ../../proj/sub/resources/scalable/minus_b.svg \
                      ../../proj/sub/resources/scalable/change_recipients_g.svg \
                      ../../proj/sub/resources/scalable/close2_b.svg
              /Users/kullo/.qt/bin/rcc -name resources ../../proj/sub/resources/resources.qrc -o qrc_resources.cpp
      
      Qt 5.5
      qrc_resources.cpp: ../../proj/sub/resources/resources.qrc \
                      ../../proj/sub/resources/working-indicator.gif \
                      ../../proj/sub/resources/images/logo.png \
                      ../../proj/sub/resources/images/logo@2x.png \
                      ../../proj/sub/resources/sounds/new_message.wav \
                      ../../proj/sub/resources/14/chevron-circle-bottom_b.png \
                      ../../proj/sub/resources/14/chevron-circle-right_b.png \
                      ../../proj/sub/resources/scalable/minus_b.svg \
                      ../../proj/sub/resources/scalable/change_recipients_g.svg \
                      ../../proj/sub/resources/scalable/close2_b.svg
              /Users/kullo/.qt/bin/rcc -name resources ../../proj/sub/resources/resources.qrc -o qrc_resources.cpp
      

      The only difference if is the line

                      ../../proj/sub/resources/i18n/myproject_de.qm \
      

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            webmaster128 Simon Warta
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes