mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
Windows compatibility (Qt5)
This commit is contained in:
parent
e8fec0b394
commit
3ac2c8a5e8
@ -34,11 +34,16 @@ ADD_DEFINITIONS(
|
||||
#${CAS_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()
|
||||
|
||||
# libraries to link to
|
||||
SET(_link_LIBRARIES
|
||||
${OpenCV_LIBS}
|
||||
${QT_QTCORE_LIBRARY} # ${QT_LIBRARIES}
|
||||
${QT_QTCORE_LIB}
|
||||
${KERNEL_SALOMELocalTrace}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user