From 9c7a70797808ad0bf3060284e7fc4a82e3162f75 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 19 Jun 2019 17:29:51 +0300 Subject: [PATCH] Remove QT4 compatibility: additional commit. --- src/ShapeRecognition/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ShapeRecognition/CMakeLists.txt b/src/ShapeRecognition/CMakeLists.txt index 7853c5ff2..8bedfe4ee 100644 --- a/src/ShapeRecognition/CMakeLists.txt +++ b/src/ShapeRecognition/CMakeLists.txt @@ -32,11 +32,8 @@ INCLUDE_DIRECTORIES( ADD_DEFINITIONS( ${QT_DEFINITIONS} ) -IF(NOT SALOME_GUI_BUILD_WITH_QT5) - SET(QT_QTCORE_LIB ${QT_QTCORE_LIBRARY}) -ELSE() - SET(QT_QTCORE_LIB ${Qt5Core_LIBRARIES}) -ENDIF() + +SET(QT_QTCORE_LIB ${Qt5Core_LIBRARIES}) # libraries to link to SET(_link_LIBRARIES -- 2.39.2