Do not override CMAKE_<CONFIG>_POSTFIX if it's specified by user. Using custom CMAKE_<CONFIG>_POSTFIX can potentially break qmake, since qmake relies on pre-defined postfixes that are set by Qt build by default. Building Qt with CMAKE_<CONFIG>_POSTFIX different from default one will now warn about potential issues. Assume that we still doesn't support setting of CMAKE_<CONFIG>_POSTFIX, but also don't force our default values. Fixes: QTBUG-115045 Change-Id: I75a34913189eae77062afa10d384eccf4edfc849 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8c41125118768ce037698e0605755128b2da705d) Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%