summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kspell2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kspell2/CMakeLists.txt b/kspell2/CMakeLists.txt
index 5c81ab6ba..e854b7634 100644
--- a/kspell2/CMakeLists.txt
+++ b/kspell2/CMakeLists.txt
@@ -55,4 +55,5 @@ set( ${target}_SRCS
tde_add_library( ${target} STATIC_PIC AUTOMOC
SOURCES ${${target}_SRCS}
+ LINK ${TQT_LIBRARIES}
)