Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey, How can I add -v option to CMake analysis process in QtCreator? I got some errors:
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
Go to Projects->Build. Then check "Advanced" under CMake. Then check value of CMAKE_VERBOSE_MAKEFILE to so that it becomes TRUE.
CMAKE_VERBOSE_MAKEFILE
TRUE