diff --git a/local/recipes/qt/qtshadertools/recipe.toml b/local/recipes/qt/qtshadertools/recipe.toml index e9e6da5673..131a74bee2 100644 --- a/local/recipes/qt/qtshadertools/recipe.toml +++ b/local/recipes/qt/qtshadertools/recipe.toml @@ -249,6 +249,7 @@ cmake "${COOKBOOK_SOURCE}" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}" \ + -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \ -DQT_BUILD_TOOLS_BY_DEFAULT=OFF \ -DQT_GENERATE_SBOM=OFF \ -DBUILD_SHARED_LIBS=ON \