From e4e8c21071c100306c686ea8888201c9ce56ba9b Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 1 Sep 2021 17:33:17 +0200 Subject: [PATCH] remove bundled libss option (removed from qt 6.1.3 on linux) --- build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sh b/build.sh index b933c73..4c85546 100755 --- a/build.sh +++ b/build.sh @@ -29,10 +29,6 @@ cmake ../qt5/qtbase -G "Ninja" \ -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \ - -DQT_USE_BUNDLED_BundledFreetype=ON \ - -DQT_USE_BUNDLED_BundledHarfbuzz=ON \ - -DQT_USE_BUNDLED_BundledLibpng=ON \ - -DQT_USE_BUNDLED_BundledPcre2=ON \ -DFEATURE_system_doubleconversion=OFF \ -DFEATURE_system_harfbuzz=OFF \ -DFEATURE_system_jpeg=OFF \