┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Edmundson <[email protected]>2015-03-31 15:19:51 +0200
committerDavid Edmundson <[email protected]>2015-03-31 15:20:02 +0200
commitde84f223d4408dc1eaf6f15ebeed2e8acf49ad4c (patch)
tree99b721048d30e96f509b143e47ae02d5cb474eba /src/CMakeLists.txt
parent029f3e4732e6bbe349455165d0eb9a0b3acdf3d6 (diff)
Remove deprecated X scaling of QPixmaps
QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
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}