From 58080fe4f145c610217031c660bcf153be6fe00b Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Wed, 23 May 2018 11:53:01 +0200 Subject: [PATCH] added missing Qt5 libs. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 164e3eb6..8be0d091 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,12 @@ if (qt_based_tools) find_package(Qt5Widgets CONFIG REQUIRED) # Find the QtXml library find_package(Qt5Xml CONFIG REQUIRED) + # Find the QtNetwork library + find_package(Qt5Network CONFIG REQUIRED) + # Find the QtSvg library + find_package(Qt5Svg CONFIG REQUIRED) + # Fing the QtPrintSupport + find_package(Qt5PrintSupport CONFIG REQUIRED) endif (Qt5Core_FOUND) # if Qt5 is not found, try Qt4