Salome HOME
erreur dans la valeur par défaut
[modules/smesh.git] / src / Tools / blocFissure / ihm / CMakeLists.txt
index a561ab8168267243ddab5016f6d712989488c2c4..195dbdacc7118b26b5cdbcc305643ce13c22813d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  EDF R&D
+# Copyright (C) 2012-2020  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@ SET(_pyuic_FILES
   fissureGenerale.ui
 )
 # scripts / pyuic wrappings
-PYQT_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_FILES} TARGET_NAME _target_name_pyuic)
+PYQT_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_FILES} TARGET_NAME _target_name_pyuic OPTIONS "--import-from=blocFissure" "--resource-suffix=_qrc")
 
 # --- rules ---