Skip to content
Snippets Groups Projects
Commit 956609fd authored by Michael Whitty's avatar Michael Whitty
Browse files

refs #2516 - update q project files

parent 3cfa3353
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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