# 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}
MonEditFile.h
)
- # header files / no moc processing
+ # header files / uic wrappings
-QT4_WRAP_UI(_uic_HEADERS ${_uic_FILES})
++QT_WRAP_UIC(_uic_HEADERS ${_uic_FILES})
+
+ # header files / static
SET(_other_HEADERS
- CreateBoundaryAn.h
- CreateBoundaryDi.h
- CreateCase.h
- CreateZone.h
- CreateHypothesis.h
- CreateListGroup.h
- CreateIteration.h
- PursueIteration.h
- MeshInfo.h
- IterInfo.h
- CreateYACS.h
HOMARDGUI_Utils.h
- EditFile.h
HomardQtCommun.h
HOMARDGUI_Exports.hxx
)