X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FYamsPlug%2FCMakeLists.txt;h=76dbc842b28a3feef151982e98685326f77f80df;hp=3228f4d596aab3765ad408c52c62e99535979b57;hb=15a2d78f1099665ce262adf619804723220e8139;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/Tools/YamsPlug/CMakeLists.txt b/src/Tools/YamsPlug/CMakeLists.txt index 3228f4d59..76dbc842b 100644 --- a/src/Tools/YamsPlug/CMakeLists.txt +++ b/src/Tools/YamsPlug/CMakeLists.txt @@ -21,7 +21,7 @@ IF(SALOME_BUILD_DOC) ADD_SUBDIRECTORY(doc) ENDIF(SALOME_BUILD_DOC) -INCLUDE(UsePyQt4) +INCLUDE(UsePyQt) # --- scripts --- @@ -41,7 +41,7 @@ SET(_pyuic_files ) # scripts / pyuic wrappings -PYQT4_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files}) +PYQT_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files}) # --- rules ---