X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FCMakeLists.txt;h=d5a5686b282ee79670faf2bc3ce7682c81c0fc48;hb=002325475b17a7b93c51d8946e884a1404024a68;hp=8ace8ce1ed3e60dc87b7f9f0e3dbc05372d00b47;hpb=10d467acd8bd4bfc4828da6bbd0055593bad4fc7;p=modules%2Fjobmanager.git diff --git a/src/genericgui/CMakeLists.txt b/src/genericgui/CMakeLists.txt index 8ace8ce..d5a5686 100644 --- a/src/genericgui/CMakeLists.txt +++ b/src/genericgui/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2022 CEA/DEN, 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -17,7 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -INCLUDE(UseQt4Ext) +INCLUDE(UseQtExt) # --- options --- # additional include directories @@ -65,7 +65,7 @@ SET(BL_GenericGui_HEADERS # --- sources --- # sources / moc wrappings -QT4_WRAP_CPP(_moc_SOURCES ${BL_GenericGui_HEADERS}) +QT_WRAP_MOC(_moc_SOURCES ${BL_GenericGui_HEADERS}) # sources / static SET(_other_SOURCES @@ -88,10 +88,11 @@ SET(_other_SOURCES SET(_uic_files ResourceRequirementsWizardPage.ui FilesWizardPage.ui + AdvancedParametersWizardPage.ui ) # header files / uic wrappings -QT4_WRAP_UI(_uic_HEADERS ${_uic_files}) +QT_WRAP_UIC(_uic_HEADERS ${_uic_files}) # sources / to compile SET(BL_GenericGui_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})