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

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

XMLWordPrintable

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

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

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

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

              Created:
              Updated:

                There are no open Gerrit changes