Skip to content

Commit

Permalink
Re #7727. Remove references to files that aren't in the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Aug 9, 2013
1 parent 293bd6c commit 07676f8
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -728,38 +728,6 @@ qt4_wrap_ui ( UI_HDRS ${UI_FILES} )
# The generated ui headers will go here:
include_directories ( ${CMAKE_CURRENT_BINARY_DIR} )


###########################################################################
# Files specific to the remote job submission code
###########################################################################
if(MAKE_REMOTE_JOBS)
# Add the algorithms for managing remote job submission
LIST(APPEND MANTID_SRCS
src/Mantid/Remote/JobStatusDialog.cpp
src/Mantid/Remote/MantidRemoteCluster.cpp
src/Mantid/Remote/NewClusterDialog.cpp
)

LIST(APPEND MANTID_HDRS
src/Mantid/Remote/JobStatusDialog.h
src/Mantid/Remote/MantidRemoteCluster.h
src/Mantid/Remote/NewClusterDialog.h
)

LIST(APPEND MANTID_MOC_FILES
src/Mantid/Remote/JobStatusDialog.h
src/Mantid/Remote/MantidRemoteCluster.h
src/Mantid/Remote/NewClusterDialog.h
)

LIST(APPEND UI_FILES
src/Mantid/Remote/JobStatusDialog.ui
src/Mantid/Remote/NewClusterDialog.ui
)

endif(MAKE_REMOTE_JOBS)


###########################################################################
# Internal icon links
###########################################################################
Expand Down

0 comments on commit 07676f8

Please sign in to comment.