mirror of https://github.com/qt/qt5.git
CMake: Provision CMake on SLES to allow building Qt
Task-number: QTBUG-86053 Change-Id: Icbc882ed6011373c14f47f559b4370baa37fbb7e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
465e18ee10
commit
9c2db89a83
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
"$(dirname "$0")/../common/linux/cmake_linux.sh"
|
Loading…
Reference in New Issue