X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCKGUI%2FMyDlgRef%2FCMakeLists.txt;h=25fd40ccc456719f1ef3cb5186673b4550e41cdd;hb=5edbea6ce87f81cad1ee36c31db77b33477593d3;hp=fdb65b8194ca4695097e7b790f5df471b2555214;hpb=995be63a665a1722037fe7f6ff649108d6905427;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCKGUI/MyDlgRef/CMakeLists.txt b/src/HEXABLOCKGUI/MyDlgRef/CMakeLists.txt index fdb65b8..25fd40c 100644 --- a/src/HEXABLOCKGUI/MyDlgRef/CMakeLists.txt +++ b/src/HEXABLOCKGUI/MyDlgRef/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 CEA/DEN, EDF R&D +# Copyright (C) 2012-2015 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 @@ -17,6 +17,8 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +INCLUDE(UseQtExt) + # --- options --- # additional include directories INCLUDE_DIRECTORIES( @@ -41,7 +43,7 @@ SET(MyDlgRef_HEADERS # --- sources --- # sources / moc wrappings -QT4_WRAP_CPP(_moc_SOURCES ${MyDlgRef_HEADERS}) +QT_WRAP_MOC(_moc_SOURCES ${MyDlgRef_HEADERS}) # sources / static SET(_other_SOURCES @@ -60,7 +62,7 @@ SET(_pyuic_files ) # scripts / pyuic wrappings -QT4_WRAP_UI(_uic_HEADERS ${_pyuic_files}) +QT_WRAP_UIC(_uic_HEADERS ${_pyuic_files}) # sources / to compile SET(MyDlgRef_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})