Disable compilation of data subdirectory for porting

It's probably not worth to port those update scripts.
master
Martin Gräßlin 11 years ago
parent d7ceb5484c
commit b800d58a3d

@ -85,7 +85,7 @@ endif()
if( KWIN_BUILD_DECORATIONS )
add_subdirectory( clients )
endif()
add_subdirectory( data )
# add_subdirectory( data )
add_subdirectory( effects )
add_subdirectory( scripts )

@ -1,7 +1,7 @@
set( testUpdateKWin49_SRCS test_update_kwin_49.cpp ../data/update_kwin_49.cpp ../tabbox/tabboxconfig.cpp )
kde4_add_unit_test( testUpdateKWin49 TESTNAME kwin-TestUpdateKWin49 ${testUpdateKWin49_SRCS} )
#kde4_add_unit_test( testUpdateKWin49 TESTNAME kwin-TestUpdateKWin49 ${testUpdateKWin49_SRCS} )
target_link_libraries( testUpdateKWin49 ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} )
#target_link_libraries( testUpdateKWin49 ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} )
########################################################
# Test ScreenPaintData

Loading…
Cancel
Save