Skip to content
Snippets Groups Projects
Commit 94df80c4 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Fix missing link libraries in legacyqwt

Refs #20288
parent 6a2027e0
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,16 @@ mtd_add_qt_library (TARGET_NAME MantidQtWidgetsLegacyQwt
INCLUDE_DIRS
inc
LINK_LIBS
${TARGET_LIBRARIES}
${TCMALLOC_LIBRARIES_LINKTIME}
${CORE_MANTIDLIBS}
${POCO_LIBRARIES}
${Boost_LIBRARIES}
QT4_LINK_LIBS
Qwt5
MTD_QT_LINK_LIBS
MantidQtWidgetsCommon
OSX_INSTALL_RPATH
"@loader_path/../MacOS;"
@loader_path/../MacOS
)
###########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment