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

When configuring with -debug-and-release it will fail to build qmldevtools in both configurations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.1.0 Beta 1
    • 5.1.0 Beta 1
    • Build tools: qmake
    • None
    • Mac OS X 10.7
    • f8eb03b2832a9019077f1cb0851c08a7a1088a45

    Description

      When configuring with -debug-and-release it will fail to build qtdeclarative/src/qmldevtools in both configurations. It will create a single Makefile and not one for Debug and Release which causes a problem later on when linking:

      ~/build/qt5-2-1/qtdeclarative$ make sub-tests -j1
      cd compile/ && ( test -e Makefile || /Users/liangqi/build/qt5-2-1/qtbase/bin/qmake /Users/liangqi/qt/qt5-2/qtdeclarative/tests/auto/qmldevtools/compile/compile.pro -o Makefile ) && make -f Makefile
      make[4]: *** No rule to make target `/Users/liangqi/build/qt5-2-1/qtbase/lib/libQt5QmlDevTools_debug.a', needed by `tst_compile'. Stop.
      make[3]: *** [sub-compile-make_first] Error 2
      make[2]: *** [sub-qmldevtools-make_first] Error 2
      make[1]: *** [sub-auto-make_first] Error 2
      make: *** [sub-tests] Error 2
      

      Attachments

        Issue Links

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

          Activity

            People

              buddenha Oswald Buddenhagen
              andysh Andy Shaw
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes