Skip to content

Commit 0ea4ee9

Browse files
Add install via CMake to build_qt_static function
1 parent d6f00f6 commit 0ea4ee9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/ci_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ build_qt_static() {
4040
-- -Wno-dev CXXFLAGS+="-DFORCE_STATIC_QT"
4141

4242
cmake --build . --parallel "$nproc"
43+
cmake --install . --prefix "$qt_static_dir"
44+
4345
cd ../.. || exit
4446
}
4547

0 commit comments

Comments
 (0)