From de84f223d4408dc1eaf6f15ebeed2e8acf49ad4c Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 31 Mar 2015 15:19:51 +0200 Subject: Remove deprecated X scaling of QPixmaps QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138 --- src/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf42fd06d..89a4e431c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,12 +16,6 @@ remove_definitions( -DQT_NO_CAST_TO_ASCII ) -if(X11_Xrender_FOUND) - set(HAVE_XRENDER TRUE) -endif() - -configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h) - ########################################## set(dolphinvcs_LIB_SRCS @@ -169,10 +163,6 @@ else() ) endif() -if(X11_Xrender_FOUND) - target_link_libraries(dolphinprivate ${X11_Xrender_LIB}) -endif(X11_Xrender_FOUND) - set_target_properties(dolphinprivate PROPERTIES VERSION ${DOLPHINPRIVATE_VERSION_STRING} SOVERSION ${DOLPHINPRIVATE_SOVERSION} -- cgit v1.3.1