X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FMeshCut%2FCMakeLists.txt;h=aede4aa299f411e0e82545f41c3c40c81be20c60;hp=139b61f30c4765b22cd2068f0690ba1870662fe9;hb=eb75a450cceabb83064e079ca4f907bde33b38de;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324 diff --git a/src/Tools/MeshCut/CMakeLists.txt b/src/Tools/MeshCut/CMakeLists.txt index 139b61f30..aede4aa29 100644 --- a/src/Tools/MeshCut/CMakeLists.txt +++ b/src/Tools/MeshCut/CMakeLists.txt @@ -18,7 +18,7 @@ # IF(SALOME_BUILD_GUI) - INCLUDE(UsePyQt4) + INCLUDE(UsePyQt) ENDIF(SALOME_BUILD_GUI) # --- options --- @@ -69,7 +69,7 @@ IF(SALOME_BUILD_GUI) ) # scripts / pyuic wrappings - PYQT4_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files}) + PYQT_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files}) ENDIF(SALOME_BUILD_GUI)