diff options
Diffstat (limited to 'kspell2')
-rw-r--r-- | kspell2/CMakeLists.txt | 1 |
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} ) |