From 956609fda614333af5f0b7e78b51e1360089c022 Mon Sep 17 00:00:00 2001
From: Michael Whitty <michael.whitty@stfc.ac.uk>
Date: Wed, 23 Feb 2011 10:23:07 +0000
Subject: [PATCH] refs #2516 - update q project files

---
 Code/Mantid/MantidQt/DesignerPlugins/DesignerPlugins.pro | 6 ++++--
 Code/Mantid/MantidQt/MantidWidgets/MantidWidgets.pro     | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Code/Mantid/MantidQt/DesignerPlugins/DesignerPlugins.pro b/Code/Mantid/MantidQt/DesignerPlugins/DesignerPlugins.pro
index b9e664eb9c6..97152538e7e 100644
--- a/Code/Mantid/MantidQt/DesignerPlugins/DesignerPlugins.pro
+++ b/Code/Mantid/MantidQt/DesignerPlugins/DesignerPlugins.pro
@@ -26,12 +26,14 @@ SRCDIR = src
 SOURCES = \
   $$SRCDIR/PluginCollectionInterface.cpp\
   $$SRCDIR/FileFinderPlugin.cpp \
-  $$SRCDIR/InstrumentSelectorPlugin.cpp
+  $$SRCDIR/InstrumentSelectorPlugin.cpp \
+  $$SRCDIR/WorkspaceSelectorPlugin.cpp
  
 HEADERS = \
   $$HEADERDIR/PluginCollectionInterface.h\
   $$HEADERDIR/FileFinderPlugin.h \
-  $$HEADERDIR/InstrumentSelectorPlugin.h
+  $$HEADERDIR/InstrumentSelectorPlugin.h \
+  $$HEADERDIR/WorkspaceSelectorPlugin.h
 
 INCLUDEPATH += inc
   
diff --git a/Code/Mantid/MantidQt/MantidWidgets/MantidWidgets.pro b/Code/Mantid/MantidQt/MantidWidgets/MantidWidgets.pro
index d109e80bdd7..6cdb602192a 100644
--- a/Code/Mantid/MantidQt/MantidWidgets/MantidWidgets.pro
+++ b/Code/Mantid/MantidQt/MantidWidgets/MantidWidgets.pro
@@ -37,7 +37,8 @@ SOURCES = \
   $$SRCDIR/InstrumentSelector.cpp  \
   $$SRCDIR/ICatUtils.cpp  \
   $$SRCDIR/ICatAdvancedSearch.cpp \
-  $$SRCDIR/RangeSelector.cpp
+  $$SRCDIR/RangeSelector.cpp \
+  $$SRCDIR/WorkspaceSelector.cpp
   
  
 HEADERS = \
@@ -55,7 +56,8 @@ HEADERS = \
   $$HEADERDIR/InstrumentSelector.h   \
   $$HEADERDIR/ICatUtils.h  \
   $$HEADERDIR/ICatAdvancedSearch.h \
-  $$HEADERDIR/RangeSelector.h
+  $$HEADERDIR/RangeSelector.h \
+  $$HEADERDIR/WorkspaceSelector.h
   
 UI_DIR = $$HEADERDIR
 
-- 
GitLab