CMake's --install --strip command will result in calling ${CMAKE_STRIP}
after installation.
On the build machines we have multiple compilers, and ${CMAKE_STRIP} will
have a valid program e.g. C:/strawberry/c/bin/strip.exe
This will change the MSVC binaries to have a MinGW linker version flag,
which confuses Qt Creator when setting up a MSVC Kit.
Amends
|
||
|---|---|---|
| .. | ||
| fixqt4headers.pl | ||
| qmake-wrapper-for-target.bat.in | ||
| qmake-wrapper-for-target.in | ||
| qt-cmake-private-install.cmake.in | ||
| qt-cmake-standalone-test.in | ||
| qt-cmake.bat.in | ||
| qt-cmake.in | ||
| qt-configure-module.bat.in | ||
| qt-configure-module.in | ||
| qt-internal-configure-tests.in | ||
| syncqt.pl | ||