]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix compilation error due to prev. commit
authorimn <imn@opencascade.com>
Fri, 13 Nov 2015 07:54:05 +0000 (10:54 +0300)
committerimn <imn@opencascade.com>
Fri, 13 Nov 2015 07:54:05 +0000 (10:54 +0300)
src/PyInterp/CMakeLists.txt

index e6174f101e7051a05f11589d934a7c53a23785fb..33e16a02f83a5045b085de94819b582ab383959f 100755 (executable)
@@ -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