From: rnv Date: Fri, 31 May 2019 09:13:33 +0000 (+0300) Subject: Remove QT4 compatibility. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fe01ea17390d4d56a912236677a84ebe1f59c3e3;p=modules%2Fyacs.git Remove QT4 compatibility. --- diff --git a/src/AppQuickStart/app-template/CMakeLists.txt b/src/AppQuickStart/app-template/CMakeLists.txt index 2e78b3211..3a35a4db0 100644 --- a/src/AppQuickStart/app-template/CMakeLists.txt +++ b/src/AppQuickStart/app-template/CMakeLists.txt @@ -92,11 +92,7 @@ ELSE(EXISTS ${GUI_ROOT_DIR}) ENDIF(EXISTS ${GUI_ROOT_DIR}) # 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) # Directories # (default values taken from KERNEL)