]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/GUI_PY/CMakeLists.txt
Salome HOME
Merge Qt5 porting.
[modules/gui.git] / src / GUI_PY / CMakeLists.txt
index 496f5fa056da3fb335794d804060a61eb5eaf626..ff4ebe3bf155b2389e3f6fc6e91405540c06ea2e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(UsePyQt4)
+INCLUDE(UsePyQt)
 
 # --- resources ---
 
@@ -31,8 +31,7 @@ SET(_pyuic_files
 # --- scripts ---
 
 # scripts / pyuic wrappings
-
-PYQT4_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files})
+PYQT_WRAP_UIC(_pyuic_SCRIPTS ${_pyuic_files})
 
 # scripts / static
 SET(_other_SCRIPTS 
@@ -41,12 +40,17 @@ SET(_other_SCRIPTS
   helper.py
   mytestdialog.py
   selectvars.py
+  dockwidgets.py
+)
+SET(_bin_SCRIPTS
+  test_dockwidgets.py
 )
 
-# scritps / to install
+# scripts / to install
 
 SET(_all_SCRIPTS ${_other_SCRIPTS} ${_pyuic_SCRIPTS})
 
 # --- rules ---
 
 SALOME_INSTALL_SCRIPTS("${_all_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/salome/gui)
+SALOME_INSTALL_SCRIPTS("${_bin_SCRIPTS}" ${SALOME_INSTALL_SCRIPT_DATA})