mirror of https://github.com/qt/qt5.git
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
"$(dirname "$0")/../common/linux/cmake_linux.sh"
|