Salome HOME
Copyright update 2021
[samples/atomic.git] / src / AtomicPy / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index a27722a..e27973b
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2021  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
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(UseQt4Ext)
-INCLUDE(UsePyQt4)
+INCLUDE(UseQtExt)
+INCLUDE(UsePyQt)
 
 # --- options ---
 # additional include directories
 INCLUDE_DIRECTORIES(
   $(QT_INCLUDES)
   ${GUI_INCLUDE_DIRS}
-  ${SIP_INCLUDE_DIR}
   ${PYTHON_INCLUDE_DIRS}
+  ${SIP_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}
   ${PROJECT_SOURCE_DIR}/src/ATOMICGUI
 )
@@ -61,7 +61,7 @@ SET(_other_SOURCES
 SET(_sip_files AtomicPy.sip)
 
 # sources / sip wrappings
-PYQT4_WRAP_SIP(_sip_SOURCES ${_sip_files})
+PYQT_WRAP_SIP(_sip_SOURCES ${_sip_files})
 
 # sources / to compile
 SET(AtomicPy_SOURCES ${_other_SOURCES} ${_sip_SOURCES})