Skip to content

Commit

Permalink
Formatting only change. Refs #6202
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 15, 2013
1 parent b490094 commit c7e0fcb
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@ set ( MOC_FILES

# Include files aren't required, but this makes them appear in Visual Studio
set ( INC_FILES
${MOC_FILES}
inc/MantidQtAPI/AlgorithmInputHistory.h
inc/MantidQtAPI/AlgorithmRunner.h
inc/MantidQtAPI/DllOption.h
inc/MantidQtAPI/FileDialogHandler.h
inc/MantidQtAPI/GraphOptions.h
inc/MantidQtAPI/HelpWindow.h
inc/MantidQtAPI/InterfaceFactory.h
inc/MantidQtAPI/InterfaceManager.h
inc/MantidQtAPI/MantidColorMap.h
inc/MantidQtAPI/MantidQwtIMDWorkspaceData.h
inc/MantidQtAPI/MantidQwtMatrixWorkspaceData.h
inc/MantidQtAPI/MantidQwtWorkspaceData.h
inc/MantidQtAPI/PropertyWidgetFactory.h
inc/MantidQtAPI/ScriptRepositoryView.h
${MOC_FILES}
inc/MantidQtAPI/AlgorithmInputHistory.h
inc/MantidQtAPI/AlgorithmRunner.h
inc/MantidQtAPI/DllOption.h
inc/MantidQtAPI/FileDialogHandler.h
inc/MantidQtAPI/GraphOptions.h
inc/MantidQtAPI/HelpWindow.h
inc/MantidQtAPI/InterfaceFactory.h
inc/MantidQtAPI/InterfaceManager.h
inc/MantidQtAPI/MantidColorMap.h
inc/MantidQtAPI/MantidQwtIMDWorkspaceData.h
inc/MantidQtAPI/MantidQwtMatrixWorkspaceData.h
inc/MantidQtAPI/MantidQwtWorkspaceData.h
inc/MantidQtAPI/PropertyWidgetFactory.h
inc/MantidQtAPI/ScriptRepositoryView.h
)

set ( UI_FILES
inc/MantidQtAPI/ManageUserDirectories.ui
inc/MantidQtAPI/ManageUserDirectories.ui
inc/MantidQtAPI/ScriptRepositoryView.ui
)

Expand Down Expand Up @@ -115,5 +115,6 @@ install ( TARGETS MantidQtAPI ${SYSTEM_PACKAGE_TARGET} DESTINATION ${LIB_DIR} )


set ( TEST_FILES
ScriptRepositoryViewTest.h
ScriptRepositoryViewTest.h
)

0 comments on commit c7e0fcb

Please sign in to comment.