Merge branch 'Plasma/5.11'

This commit is contained in:
Martin Flöser 2017-10-11 18:32:32 +02:00
commit 031e1f323f

View file

@ -409,5 +409,5 @@ if(HAVE_GBM)
add_executable(testGbmSurface test_gbm_surface.cpp ../plugins/platforms/drm/gbm_surface.cpp)
target_link_libraries(testGbmSurface Qt5::Test)
add_test(kwin-testGbmSurface testGbmSurface)
ecm_mark_as_test(kwin-testGbmSurface)
ecm_mark_as_test(testGbmSurface)
endif()