Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0 Beta 1
-
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
- relates to
-
QTBUG-30933 OSX 10.8.3 - QtWebkit
-
- Closed
-