From: Brandon King Date: Thu, 12 Oct 2006 22:47:45 +0000 (+0000) Subject: CMakeLists.txt: Added extra QT_LIBS depend to fix Qt Assistant linking. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=f56dad08daa705a24e1f9b094e37e78e350dd210 CMakeLists.txt: Added extra QT_LIBS depend to fix Qt Assistant linking. --- 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}