summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2022-11-04 14:38:19 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2022-11-07 16:14:40 +0000
commitf1796f86572bd0866a6ae9c723cec70d69b88375 (patch)
treef828e204c30b5c3dda8caa4f75282764b3b93913
parent4cb1cbe5e0b8fab5a8145a00d6d79205148d8971 (diff)
downloadqtlocation-f1796f86572bd0866a6ae9c723cec70d69b88375.tar.gz
Add SILENT to qt_add_shaders call
For consistency with qtdeclarative, and to keep the configure and build output from CMake clean. Change-Id: I8d46051f2021803ccc565d3b4f10ca48e344efe5 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/location/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/CMakeLists.txt b/src/location/CMakeLists.txt
index dae51495..a05a17ec 100644
--- a/src/location/CMakeLists.txt
+++ b/src/location/CMakeLists.txt
@@ -181,6 +181,7 @@ qt_internal_add_qml_module(Location
)
qt_internal_add_shaders(Location "declarative_location_shaders"
+ SILENT
BATCHABLE
PRECOMPILE
OPTIMIZED