summaryrefslogtreecommitdiffstats
path: root/kdefx
diff options
context:
space:
mode:
Diffstat (limited to 'kdefx')
-rw-r--r--kdefx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdefx/CMakeLists.txt b/kdefx/CMakeLists.txt
index 7e89cd047..d9f4d3b07 100644
--- a/kdefx/CMakeLists.txt
+++ b/kdefx/CMakeLists.txt
@@ -47,6 +47,6 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 4.2.0
- LINK ${TQT_LIBRARIES}
+ LINK ${TQT_LIBRARIES} ${XRENDER_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)