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)