From f56dad08daa705a24e1f9b094e37e78e350dd210 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Thu, 12 Oct 2006 22:47:45 +0000 Subject: [PATCH] CMakeLists.txt: Added extra QT_LIBS depend to fix Qt Assistant linking. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 544a572..80d5fd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,9 @@ TARGET_LINK_LIBRARIES(mussagl mussa_py mussa_core ${QT_LIBRARIES} + # Including QT_LIBS twice is for dealing with linking dependancies + # related to Qt Assistant Client. + ${QT_LIBRARIES} ${BOOST_FILESYSTEM_LIBRARY} ${BOOST_SERIALIZATION_LIBRARY} ${BOOST_PROGRAM_OPTIONS_LIBRARY} -- 2.30.2