From 7ca7199190d949c23b60e723c8232b5a45a11224 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 21 Feb 2016 13:19:23 +0100 Subject: [PATCH] Changed: Don't look for Qt5WinExtras in root CmakeLists.txt --- code/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 858af1d5c..cde43ca7d 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -253,11 +253,6 @@ IF(WITH_QT5) FIND_PACKAGE(Qt5LinguistTools) FIND_PACKAGE(Qt5Network) - IF(WIN32) - # Please add option to switch off - # FIND_PACKAGE(Qt5WinExtras) - ENDIF() - IF(QT_STATIC) ADD_DEFINITIONS(-DQT_STATICPLUGIN)