2d9c9ab874
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT might be empty on the
first configuration, but because QtBuildInternalsExtra sets the
CMAKE_INSTALL_PREFIX, a second reconfiguration of a test would
stop setting the fake install prefix.
After some further consideration, there's no need to set the local
fake prefix conditionally, we can always do it (unless explicitly
opted out).
This makes sure that a reconfiguration of a test doesn't suddenly
install into the Qt prefix again.
Amends
|
||
---|---|---|
.. | ||
QtStandaloneTestTemplateProject | ||
QtBuildInternalsAndroid.cmake | ||
QtBuildInternalsConfig.cmake |