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