diff options
author | Slávek Banko <[email protected]> | 2020-06-18 18:38:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-18 18:38:58 +0200 |
commit | f49ad59af0fb02cb29968960cb6a380649dc07c6 (patch) | |
tree | a0e5ce9ad78b07ffc6c71bfd3cf89088f15ba222 /kbugbuster/tderesources/CMakeLists.txt | |
parent | 956b575acf57dacc1a058c881dcbcb4bf4a4011b (diff) | |
download | tdesdk-f49ad59af0fb02cb29968960cb6a380649dc07c6.tar.gz tdesdk-f49ad59af0fb02cb29968960cb6a380649dc07c6.zip |
kbugbuster: Build only the PIC variant of the static backend library.
This should resolve the occasional FTBFS caused by double generation
of the same MOC files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kbugbuster/tderesources/CMakeLists.txt')
-rw-r--r-- | kbugbuster/tderesources/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/tderesources/CMakeLists.txt b/kbugbuster/tderesources/CMakeLists.txt index 53b47ad8..c3008292 100644 --- a/kbugbuster/tderesources/CMakeLists.txt +++ b/kbugbuster/tderesources/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( kcal_bugzilla AUTOMOC SOURCES kcalresource.cpp kcalresourceconfig.cpp kcalresource_plugin.cpp resourceprefs.kcfgc - LINK kbbbackend_pic-static tdecore-shared tdeio-shared tdeabc kcal tderesources + LINK kbbbackend-static tdecore-shared tdeio-shared tdeabc kcal tderesources DESTINATION ${PLUGIN_INSTALL_DIR} ) |