Added Zip to cmake Fix #433

This commit is contained in:
xarkes 2018-04-11 11:19:07 +02:00
parent 997b68ac38
commit abfb29d5c8

View File

@ -17,6 +17,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
find_package(Qt5 REQUIRED COMPONENTS Core Widgets Gui Svg)
find_package(Zip REQUIRED)
if(CUTTER_ENABLE_JUPYTER AND CUTTER_ENABLE_QTWEBENGINE)
find_package(Qt5 COMPONENTS WebEngineWidgets)
if(NOT Qt5_FOUND)