From d306374344667d9c454fc1d060bbf1b3b32f49a0 Mon Sep 17 00:00:00 2001 From: arkpar Date: Sun, 25 Jan 2015 20:50:52 +0100 Subject: [PATCH] suppress warning if webengine is not found --- mix/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix/CMakeLists.txt b/mix/CMakeLists.txt index ecfc6890a..02449ff61 100644 --- a/mix/CMakeLists.txt +++ b/mix/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) aux_source_directory(. SRC_LIST) include_directories(..) -find_package (Qt5WebEngine) +find_package (Qt5WebEngine QUIET) qt5_add_resources(UI_RESOURCES qml.qrc) file(GLOB HEADERS "*.h")