From 59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 25 Nov 2008 17:30:06 -0500 Subject: Fixed up the linking of the libraries --- sigmod/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sigmod/CMakeLists.txt') diff --git a/sigmod/CMakeLists.txt b/sigmod/CMakeLists.txt index 9bfdd57f..5ec1cff4 100644 --- a/sigmod/CMakeLists.txt +++ b/sigmod/CMakeLists.txt @@ -95,7 +95,11 @@ SET_TARGET_PROPERTIES(sigmod ) TARGET_LINK_LIBRARIES(sigmod ${QT_QTCORE_LIBRARY} - ${QT_QTGUI_LIBRARY} + ${QT_QTXML_LIBRARY} + sigcore +) +TARGET_LINK_LIBRARIES(sigmod LINK_INTERFACE_LIBRARIES + ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} sigcore ) -- cgit