Hi Vahid,

Plugins are not meant to be linked into modules due to their concept of dynamic 
extensibility. If you have functionality in a plugin, that you want to make 
available in modules, you should refactor your code, move this functionality to 
a module, and let the plugin(s) and other module(s) depend on that module 
instead.

Stefan

From: vahid kadivarkadivar [mailto:[email protected]]
Sent: Montag, 24. August 2015 06:53
To: [email protected]
Subject: [mitk-users] usage of mitk plugin

HI,
Is there any way to use mitk plugin as a lib in the source with out any 
dependency to blue berry framework .
For example  plugin as a module as MitkPlugin name follow bellow:
 ${CMAKE_PROJECT_NAME} DEPENDS MitkQtWidgetsExt MitkPlugin

The best regards

------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to