summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-06-13 09:02:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-06-13 21:25:09 +0200
commit74fb9bd07b2901494ab25724b27aba1f58a84ab1 (patch)
tree3d051bcc4e687d736e6a151c575ea3db55805eb7
parent9b26eae553821197888eecfb96659fe446b77054 (diff)
downloadtdelibs-74fb9bd07b2901494ab25724b27aba1f58a84ab1.tar.gz
tdelibs-74fb9bd07b2901494ab25724b27aba1f58a84ab1.zip
Fix FTBFS - incomplete build kspell2
This closes Bug 657 (cherry picked from commit 3e284fadb9110cdd2a2dcf9c2e960c74f15e0360)
-rw-r--r--kspell2/ui/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kspell2/ui/CMakeLists.txt b/kspell2/ui/CMakeLists.txt
index 2a7718c7d..fa3bf1073 100644
--- a/kspell2/ui/CMakeLists.txt
+++ b/kspell2/ui/CMakeLists.txt
@@ -54,12 +54,14 @@ tde_add_library( ${target} STATIC_PIC AUTOMOC
set( target kspell2 )
set( ${target}_SRCS
+ configwidget.cpp highlighter.cpp configdialog.cpp
+ kspell2ui.ui configui.ui
dialog.cpp
)
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 1.0.0
- LINK kspell2-static kspell2base-static kutils-shared
+ LINK kspell2base-static kutils-shared
DESTINATION ${LIB_INSTALL_DIR}
)