# CASA - Common Astronomy Software Applications
# Copyright (C) 2010 by ESO (in the framework of the ALMA collaboration)
# This file is part of CASA.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
include( ${QT_USE_FILE} )
set( QT4_LIBRARIES ${QT_LIBRARIES} )
qt4_wrap_cpp( outfiles_qoh
Gui/PlotMSAveragingWidget.qo.h
Gui/PlotMSAxisWidget.qo.h
Gui/PlotMSCalibrationWidget.qo.h
Gui/PlotMSFlaggingWidget.qo.h
Gui/PlotMSLoggerWidget.qo.h
Gui/PlotMSSelectionWidget.qo.h
Gui/PlotMSSummaryDialog.qo.h
Gui/PlotMSTransformationsWidget.qo.h
Gui/PlotMSPageHeaderDataModel.qo.h
GuiTabs/PlotMSAnnotatorTab.qo.h
GuiTabs/PlotMSAxesTab.qo.h
GuiTabs/PlotMSCacheTab.qo.h
GuiTabs/PlotMSCalibrationTab.qo.h
GuiTabs/PlotMSCanvasTab.qo.h
GuiTabs/PlotMSDataCollapsible.qo.h
GuiTabs/PlotMSDataSummaryTab.qo.h
GuiTabs/PlotMSDataSymbolWidget.qo.h
GuiTabs/PlotMSDataTab.qo.h
GuiTabs/PlotMSDisplayTab.qo.h
GuiTabs/PlotMSIterateTab.qo.h
GuiTabs/PlotMSExportTab.qo.h
GuiTabs/PlotMSFlaggingTab.qo.h
GuiTabs/PlotMSOptionsTab.qo.h
GuiTabs/PlotMSPlotTab.qo.h
GuiTabs/PlotMSToolsTab.qo.h
GuiTabs/PlotMSTransformationsTab.qo.h
Threads/Gui/PlotMSCacheThread.qo.h
Threads/Gui/PlotMSDrawThread.qo.h
Threads/Gui/PlotMSExportThread.qo.h
Threads/Gui/PlotMSThread.qo.h
casa_qt4_wrap_ui( outfiles_ui
Gui/PlotMSAveragingWidget.ui
Gui/PlotMSCalibrationWidget.ui
Gui/PlotMSFlaggingWidget.ui
Gui/PlotMSSummaryDialog.ui
Gui/PlotMSTransformationsWidget.ui
GuiTabs/PlotMSAnnotatorTab.ui
GuiTabs/PlotMSCacheTab.ui
GuiTabs/PlotMSCalibrationTab.ui
GuiTabs/PlotMSCanvasTab.ui
GuiTabs/PlotMSDataCollapsible.ui
GuiTabs/PlotMSDataSummaryTab.ui
GuiTabs/PlotMSDataSymbolWidget.ui
GuiTabs/PlotMSDisplayTab.ui
GuiTabs/PlotMSIterateTab.ui
GuiTabs/PlotMSExportTab.ui
GuiTabs/PlotMSFlaggingTab.ui
GuiTabs/PlotMSOptionsTab.ui
GuiTabs/PlotMSToolsTab.ui
GuiTabs/PlotMSTransformationsTab.ui
casa_qt4_add_resources( outfiles_qrc Gui/PlotMSPlotter.qrc OPTIONS -name Gui )
casa_qt4_add_resources( outfiles_qrc GuiTabs/GuiTabs.qrc OPTIONS -name GuiTabs )
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/Gui )