From: rnv Date: Fri, 31 May 2019 09:02:06 +0000 (+0300) Subject: Remove QT4 compatibility: additional changes. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36aae667c07ebcb79fa6caf7573959a5350c9fcc;p=plugins%2Fblsurfplugin.git Remove QT4 compatibility: additional changes. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 580a1ea..25fc08c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,11 +119,7 @@ ENDIF(SALOME_BUILD_GUI) ## IF(SALOME_BUILD_GUI) # Qt - IF(NOT SALOME_GUI_BUILD_WITH_QT5) - FIND_PACKAGE(SalomeQt4 REQUIRED COMPONENTS QtCore QtGui) - ELSE() - FIND_PACKAGE(SalomeQt5 REQUIRED) - ENDIF() + FIND_PACKAGE(SalomeQt5 REQUIRED) ENDIF(SALOME_BUILD_GUI) # OCCT