Skip to content
Snippets Groups Projects
Commit b85c1dec authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Install missing ui file

parent e0a36e6d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,13 @@ list ( APPEND common_link_libs
${PYTHON_LIBRARIES}
)
# TODO - Should the macro below do this? There is only one ui
# file shared between qt4/qt5
set (UI_FILES dialogs/spectraselectordialog.ui)
install ( FILES ${UI_FILES}
DESTINATION ${LIB_DIR}/mantidqt/dialogs )
# Wrapper module linked against Qt4
mtd_add_sip_module (
MODULE_NAME _commonqt4
......
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