diff --git a/Plugins/org.mitk.gui.qt.candystore/files.cmake b/Plugins/org.mitk.gui.qt.candystore/files.cmake index 99d102bb16..f39fa243be 100644 --- a/Plugins/org.mitk.gui.qt.candystore/files.cmake +++ b/Plugins/org.mitk.gui.qt.candystore/files.cmake @@ -1,50 +1,51 @@ set(SRC_CPP_FILES QmitkCandyStoreWidget.cpp QmitkNewPerspectiveDialog.cpp + +# mitkQtPerspectiveItem.h +# mitkQtViewItem.h ) set(INTERNAL_CPP_FILES org_mitk_gui_qt_candystore_Activator.cpp CandyStoreView.cpp ) set(UI_FILES src/internal/CandyStoreViewControls.ui src/QmitkCandyStoreWidgetControls.ui ) set(MOC_H_FILES src/internal/org_mitk_gui_qt_candystore_Activator.h src/internal/CandyStoreView.h src/QmitkCandyStoreWidget.h - src/mitkQtPerspectiveItem.h - src/mitkQtViewItem.h src/QmitkNewPerspectiveDialog.h ) # list of resource files which can be used by the plug-in # system without loading the plug-ins shared library, # for example the icon used in the menu and tabs for the # plug-in views in the workbench set(CACHED_RESOURCE_FILES resources/icon.xpm resources/Candy_icon.png plugin.xml ) # list of Qt .qrc files which contain additional resources # specific to this plugin set(QRC_FILES ) set(CPP_FILES ) foreach(file ${SRC_CPP_FILES}) set(CPP_FILES ${CPP_FILES} src/${file}) endforeach(file ${SRC_CPP_FILES}) foreach(file ${INTERNAL_CPP_FILES}) set(CPP_FILES ${CPP_FILES} src/internal/${file}) endforeach(file ${INTERNAL_CPP_FILES})