From f49ad59af0fb02cb29968960cb6a380649dc07c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 18 Jun 2020 18:38:56 +0200 Subject: kbugbuster: Build only the PIC variant of the static backend library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should resolve the occasional FTBFS caused by double generation of the same MOC files. Signed-off-by: Slávek Banko --- kbugbuster/tderesources/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster/tderesources/CMakeLists.txt') 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} ) -- cgit v1.2.1