diff --git a/Plugins/org.mitk.matchpoint.core.helper/manifest_headers.cmake b/Plugins/org.mitk.matchpoint.core.helper/manifest_headers.cmake index fda5847d5e..ee920f4935 100644 --- a/Plugins/org.mitk.matchpoint.core.helper/manifest_headers.cmake +++ b/Plugins/org.mitk.matchpoint.core.helper/manifest_headers.cmake @@ -1,5 +1,6 @@ SET(Plugin-Name "MAP MITK Core Helper") SET(Plugin-Version "0.1") set(Plugin-Vendor "DKFZ, Medical and Biological Informatics") set(Plugin-ContactAddress "http://www.mitk.org") -set(Require-Plugin org.mitk.gui.qt.common org.mitk.gui.qt.datamanager) +set(Require-Plugin org.mitk.gui.common) +set(Plugin-ActivationPolicy eager)