From ab7512cfc090dfddc8a237e19d66b028626036f3 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 15 Feb 2016 22:09:43 +0100 Subject: [PATCH] Sorry --- code/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 9c48358fb..858af1d5c 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -254,7 +254,8 @@ IF(WITH_QT5) FIND_PACKAGE(Qt5Network) IF(WIN32) - FIND_PACKAGE(Qt5WinExtras) + # Please add option to switch off + # FIND_PACKAGE(Qt5WinExtras) ENDIF() IF(QT_STATIC)