From eef399dcc77e9a50685db50f2bba0ea747c42eb0 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 4 Feb 2016 15:25:39 +0100 Subject: [PATCH] Merge with develop --- code/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 6ace237ed..b229d87a5 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -269,10 +269,6 @@ IF(WITH_QT5) # Gui SET(QT_LIBRARIES ${QT_LIBRARIES} Qt5::Gui Qt5::OpenGL) - IF(WIN32) - SET(QT_LIBRARIES ${QT_LIBRARIES} Qt5::WinExtras) - ENDIF() - ADD_QT_LIBRARY(PrintSupport) IF(WIN32) @@ -390,10 +386,6 @@ IF(WITH_QT5) ENDIF() ELSE() SET(QT_LIBRARIES Qt5::Widgets Qt5::Network Qt5::Xml Qt5::Gui Qt5::OpenGL Qt5::Core) - - IF(WIN32) - SET(QT_LIBRARIES ${QT_LIBRARIES} Qt5::WinExtras) - ENDIF() ENDIF() ELSE() MESSAGE(WARNING "Unable to find Qt 5")