From f7391bd2b4901b4c327a3713bdec46961e339946 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 15 May 2014 13:44:43 +0200 Subject: [PATCH] Fix for Ubuntu linker specialities --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37949c2..90ed4ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,5 +49,4 @@ ADD_DEFINITIONS(${QT_DEFINITIONS}) qt5_use_modules(qtlldb Widgets) INCLUDE_DIRECTORIES("src") - -TARGET_LINK_LIBRARIES(qtlldb ${QT_LIBRARIES} ${LLVM_LDFLAGS} ${LLVM_LIBS} ${LOG4CXX_LDFLAGS}) +TARGET_LINK_LIBRARIES(qtlldb ${QT_LIBRARIES} ${LLVM_LDFLAGS} ${LLVM_LIBS} ${LOG4CXX_LDFLAGS} -ltinfo -lpthread -ldl) -- 2.39.2