biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / qsyncthingtray / qsyncthingtray-0.5.8-qt-5.6.3.patch
blob424bbe171779b3147e3e013fac2b55aba4931783
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index b778d09..247b606 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -12,7 +12,7 @@ set(CMAKE_AUTOMOC ON)
7 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
9 -find_package(Qt5 5.6 COMPONENTS Widgets Network PrintSupport)
10 +find_package(Qt5 5.6 COMPONENTS Widgets Network PrintSupport WebEngineWidgets)
11 if (NOT Qt5_FOUND)
12 message(FATAL_ERROR
13 "Some components of Qt5 not found (see above messages for details. "