qt5base-lts/bin
Alexandru Croitor b3e01d608e CMake: Use custom install script to support Ninja Multi-Config builds
Calling cmake --install . only installs a single configuration.

To install both debug and release artifacts, the install
invocation needs to be done for each configuration.

To keep the Coin instruction code simpler, delegate the looping
over configurations to a custom CMake script, and use it in the
Coin instructions.

Replace all cmake --install calls in the instructions with calls
to either call_host_install.yaml or call_target_install.yaml.

The path to the script depends on whether we are building
qtbase or another module. In the former case the script should
be called from the build dir, otherwise from the install dir.

The other distinction is whether the host or target env prefix
needs to be added.

Task-number: QTBUG-80900
Change-Id: Ied4bf739e2b1a2307f22fc79c1cfad746c8cbc44
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-05-19 10:16:11 +02:00
..
fixqt4headers.pl Updated license headers 2016-01-15 12:25:24 +00:00
qt-cmake-private-install.cmake.in CMake: Use custom install script to support Ninja Multi-Config builds 2020-05-19 10:16:11 +02:00
qt-cmake-standalone-test.in CMake: Provide script to configure and build one or more tests 2020-03-23 09:54:48 +01:00
qt-cmake.bat.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
qt-cmake.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
syncqt.pl syncqt: Ignore deprecation macros when resolving class names 2020-04-14 10:14:37 +00:00