From 714bb2fce163f24e1c614f10c6996ad9adf0fa2f Mon Sep 17 00:00:00 2001 From: imn Date: Fri, 13 Nov 2015 10:54:05 +0300 Subject: [PATCH] Fix compilation error due to prev. commit --- src/PyInterp/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PyInterp/CMakeLists.txt b/src/PyInterp/CMakeLists.txt index e6174f101..33e16a02f 100755 --- a/src/PyInterp/CMakeLists.txt +++ b/src/PyInterp/CMakeLists.txt @@ -64,9 +64,9 @@ SET(PyInterp_HEADERS ${_other_HEADERS}) # sources / moc wrappings IF (NOT SALOME_BUILD_WITH_QT5) - QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS}) + QT4_WRAP_CPP(_moc_SOURCES ${_moc_internal_HEADERS}) ELSE() - QT5_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS}) + QT5_WRAP_CPP(_moc_SOURCES ${_moc_internal_HEADERS}) ENDIF() # sources / static -- 2.39.2