X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FCMakeLists.txt;h=ad34d18d8806e53098880a77759757f06aaa775f;hp=4dc9499decf85dd36a6ead79548de84868bc2bbe;hb=HEAD;hpb=e0552dbb7fcfd574db628a4e44b5e13fca6799f5 diff --git a/src/SMESH/CMakeLists.txt b/src/SMESH/CMakeLists.txt index 4dc9499de..a9d9e8ad8 100644 --- a/src/SMESH/CMakeLists.txt +++ b/src/SMESH/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2023 CEA, EDF, OPEN CASCADE +# Copyright (C) 2012-2024 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,6 +20,7 @@ # --- options --- # additional include directories INCLUDE_DIRECTORIES( + ${QT_INCLUDES} ${KERNEL_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} @@ -69,6 +70,7 @@ SET(_link_LIBRARIES MeshDriverGMF ${DriverCGNS_LIB} ${MEDCoupling_medloader} + Qt5::Core ) # --- headers ---