mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 17:50:35 +05:00
Remove QT4 compatibility: additional changes.
This commit is contained in:
parent
0facb10106
commit
e8457d7864
@ -139,17 +139,10 @@ ENDIF(SALOME_BUILD_GUI)
|
||||
##
|
||||
|
||||
IF(SALOME_BUILD_GUI)
|
||||
IF(NOT SALOME_GUI_BUILD_WITH_QT5)
|
||||
# Qt
|
||||
FIND_PACKAGE(SalomeQt4 REQUIRED COMPONENTS QtCore QtGui QtXml QtWebKit QtOpenGL QtNetwork)
|
||||
# PyQt
|
||||
FIND_PACKAGE(SalomePyQt4 REQUIRED)
|
||||
ELSE()
|
||||
# Qt
|
||||
FIND_PACKAGE(SalomeQt5 REQUIRED)
|
||||
# PyQt
|
||||
FIND_PACKAGE(SalomePyQt5 REQUIRED)
|
||||
ENDIF()
|
||||
# Qt
|
||||
FIND_PACKAGE(SalomeQt5 REQUIRED)
|
||||
# PyQt
|
||||
FIND_PACKAGE(SalomePyQt5 REQUIRED)
|
||||
ENDIF(SALOME_BUILD_GUI)
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user