Skip to content

Commit

Permalink
refs #4401 disabling all offending code
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 24, 2012
1 parent 94b141a commit b761b25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/MantidQt/CustomInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set ( SRC_FILES
src/ConvertToEnergy.cpp
src/CreateMDWorkspace.cpp
# src/CreateMDWorkspace.cpp
# src/CreateMDWorkspaceAlgDialog.cpp
src/EventNexusFileMemento.cpp
src/Homer.cpp
Expand Down Expand Up @@ -29,7 +29,7 @@ set ( SRC_FILES
set ( INC_FILES
inc/MantidQtCustomInterfaces/Background.h
inc/MantidQtCustomInterfaces/ConvertToEnergy.h
inc/MantidQtCustomInterfaces/CreateMDWorkspace.h
# inc/MantidQtCustomInterfaces/CreateMDWorkspace.h
# inc/MantidQtCustomInterfaces/CreateMDWorkspaceAlgDialog.h
inc/MantidQtCustomInterfaces/EventNexusFileMemento.h
inc/MantidQtCustomInterfaces/Homer.h
Expand Down Expand Up @@ -58,7 +58,7 @@ set ( SRC_UNITY_IGNORE_FILES )

set ( MOC_FILES inc/MantidQtCustomInterfaces/Background.h
inc/MantidQtCustomInterfaces/ConvertToEnergy.h
inc/MantidQtCustomInterfaces/CreateMDWorkspace.h
# inc/MantidQtCustomInterfaces/CreateMDWorkspace.h
# inc/MantidQtCustomInterfaces/CreateMDWorkspaceAlgDialog.h
inc/MantidQtCustomInterfaces/Homer.h
inc/MantidQtCustomInterfaces/Indirect.h
Expand All @@ -75,7 +75,7 @@ set ( MOC_FILES inc/MantidQtCustomInterfaces/Background.h
)

set ( UI_FILES inc/MantidQtCustomInterfaces/ConvertToEnergy.ui
inc/MantidQtCustomInterfaces/CreateMDWorkspace.ui
# inc/MantidQtCustomInterfaces/CreateMDWorkspace.ui
# inc/MantidQtCustomInterfaces/CreateMDWorkspaceAlgDialog.ui
inc/MantidQtCustomInterfaces/IndirectDataAnalysis.ui
inc/MantidQtCustomInterfaces/IndirectDiffractionReduction.ui
Expand Down

0 comments on commit b761b25

Please sign in to comment.