OSDN Git Service

do not blacklist KtCore from all-in-one build now
authorIvailo Monev <xakepa10@laimg.moc>
Fri, 26 Aug 2016 14:39:13 +0000 (14:39 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Fri, 26 Aug 2016 14:39:13 +0000 (14:39 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
cmake/modules/KatieBuildMacros.cmake

index 4b3ec8d..8fe3e78 100644 (file)
@@ -172,7 +172,7 @@ function(KATIE_SETUP_TARGET FORTARGET)
     if(NOT KATIE_ALLINONE)
         set(${FORTARGET}_SOURCES ${resourcesdep} ${ARGN} PARENT_SCOPE)
     # blacklisted targets are failing and too important for other components
-    elseif("${FORTARGET}" MATCHES "(KtCore|KtGui|KtOpenGL|KtHelp|KtDeclarative|KtDesigner|designer|qtgradienteditor|shareddeviceskin)")
+    elseif("${FORTARGET}" MATCHES "(KtGui|KtOpenGL|KtHelp|KtDeclarative|KtDesigner|designer|qtgradienteditor|shareddeviceskin)")
         katie_warning("All-in-one build not yet support for: ${FORTARGET}")
         set(${FORTARGET}_SOURCES ${resourcesdep} ${ARGN} PARENT_SCOPE)
     else()