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

Endless loop when running make on a project with a missing resource file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.1.0 Beta 1
    • Build tools: qmake
    • None

    Description

      Create a project file with the following line
      RESOURCES = findme.qrc
      and run qmake && make

      > make
      /home/marcel/dev/qt/qt5-build-clang/qtbase/bin/qmake -o Makefile rcc_recursion.pro
      WARNING: Failure to find: findme.qrc
      [warning] (runRcc:201) - /home/marcel/dev/qt/qt5-build-clang/qtbase/bin/rcc: File does not exist 'findme.qrc'
      /home/marcel/dev/qt/qt5-build-clang/qtbase/bin/qmake -o Makefile rcc_recursion.pro
      WARNING: Failure to find: findme.qrc
      [warning] (runRcc:201) - /home/marcel/dev/qt/qt5-build-clang/qtbase/bin/rcc: File does not exist 'findme.qrc'
      /home/marcel/dev/qt/qt5-build-clang/qtbase/bin/qmake -o Makefile rcc_recursion.pro
      ...
      

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            mkrems Marcel Krems
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes