summaryrefslogtreecommitdiffstats
path: root/khotkeys
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 16:51:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 16:51:20 -0600
commit5971a60bad1a0b58747ff281f17a78e28b7b5284 (patch)
treed09458a3ce72b498818e95a9b72409e6209676ff /khotkeys
parent9cccdc10f74a56550470cdc577dae58f8f1da242 (diff)
downloadtdebase-5971a60bad1a0b58747ff281f17a78e28b7b5284.tar.gz
tdebase-5971a60bad1a0b58747ff281f17a78e28b7b5284.zip
Fix FTBFS when XTest is enabled
Diffstat (limited to 'khotkeys')
-rw-r--r--khotkeys/shared/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/khotkeys/shared/CMakeLists.txt b/khotkeys/shared/CMakeLists.txt
index c1e1de043..2a1de2e1e 100644
--- a/khotkeys/shared/CMakeLists.txt
+++ b/khotkeys/shared/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XTEST_LIBDIR}
)
@@ -36,6 +37,6 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 1.0.0
- LINK kio-shared
+ LINK kio-shared ${XTEST_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)