From a6048b8b5d1195f0736469c0670456ed9f24570c 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 (cherry picked from commit f49ad59af0fb02cb29968960cb6a380649dc07c6) --- kbugbuster/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster/CMakeLists.txt') diff --git a/kbugbuster/CMakeLists.txt b/kbugbuster/CMakeLists.txt index 6f71829d..a63fbcb5 100644 --- a/kbugbuster/CMakeLists.txt +++ b/kbugbuster/CMakeLists.txt @@ -38,7 +38,7 @@ install( FILES kbugbuster.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) tde_add_executable( kbugbuster SOURCES main.cpp LINK - kbbmainwindow-static kbbbackend_nopic-static + kbbmainwindow-static kbbbackend-static tdeutils-shared tdeio-shared tdehtml-shared DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1