diff --git a/qt/widgets/instrumentview/CMakeLists.txt b/qt/widgets/instrumentview/CMakeLists.txt index bcd4490e4f4f373be81d792a7c1a3ce140754e56..24c21822e3996d45505e7ca3daadf95b1b00c0f3 100644 --- a/qt/widgets/instrumentview/CMakeLists.txt +++ b/qt/widgets/instrumentview/CMakeLists.txt @@ -169,6 +169,7 @@ mtd_add_qt_library(TARGET_NAME MantidQtWidgetsInstrumentView ${Boost_INCLUDE_DIRS} LINK_LIBS ${CORE_MANTIDLIBS} + DataObjects ${POCO_LIBRARIES} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} @@ -211,6 +212,7 @@ mtd_add_qt_library(TARGET_NAME MantidQtWidgetsInstrumentView LINK_LIBS ${CORE_MANTIDLIBS} PythonInterfaceCore + DataObjects ${POCO_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY}