summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-15 00:57:32 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-15 00:57:32 +0000
commitf9279733bf71e446933b46f40cbe9c9b9f57b778 (patch)
tree3ab93204a2d8273715553ff95e88ea2e1484e066
parentc9b5a85cc9055415540a6bd7dc1261cf9ff66f80 (diff)
downloadtdelibs-f9279733bf71e446933b46f40cbe9c9b9f57b778.tar.gz
tdelibs-f9279733bf71e446933b46f40cbe9c9b9f57b778.zip
[kdelibs/dcop] link libX11 to dcopquit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220752 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--dcop/client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/client/CMakeLists.txt b/dcop/client/CMakeLists.txt
index 624d51de2..51aca7527 100644
--- a/dcop/client/CMakeLists.txt
+++ b/dcop/client/CMakeLists.txt
@@ -54,4 +54,4 @@ tde_add_executable( dcopstart SOURCES dcopstart.cpp LINK DCOP-shared DESTINATION
#### dcopquit ###################################
-tde_add_executable( dcopquit SOURCES dcopquit.cpp LINK DCOP-shared DESTINATION ${BIN_INSTALL_DIR} )
+tde_add_executable( dcopquit SOURCES dcopquit.cpp LINK DCOP-shared X11 DESTINATION ${BIN_INSTALL_DIR} )