Disable keramik/config for Qt4 due to unhandled segfault in uic

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225997 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent f83aec1543
commit 1944090bb5

@ -9,7 +9,9 @@
#
#################################################
add_subdirectory( config )
if( NOT WITH_QT4 )
add_subdirectory( config )
endif( NOT WITH_QT4 )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

Loading…
Cancel
Save