We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ad6f3 commit bd5edf1Copy full SHA for bd5edf1
1 file changed
scripts/ci_linux.sh
@@ -4,6 +4,7 @@ build_dir="build"
4
release_flags="-DCMAKE_BUILD_TYPE=Release"
5
6
qt_build_dir="qt-build"
7
+mkdir -p "$qt_src_dir"
8
qt_static_dir="$(cd "$qt_build_dir" && pwd)/qt-src/qtbase/build/qt-static"
9
qt_src_dir="$qt_build_dir/qt-src"
10
@@ -22,7 +23,6 @@ install_base() {
22
23
}
24
25
build_qt_static() {
- mkdir -p "$qt_src_dir"
26
cd "$qt_src_dir" || exit
27
28
git clone https://github.com/qt/qt5.git .
0 commit comments