mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Remove QT4 compatibility: additional commit.
This commit is contained in:
parent
9157430337
commit
9c7a707978
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user