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

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

      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
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes