Hi,

looks okay so far. Could you post your "<mitk-build>/MitkPluginUseFile.cmake" file please?

You could also put the following message command before your "FunctionCreateBlueBerryApplication" call and post the output:

message("CTK_PLUGIN_LIBRARIES_VARS : ${CTK_PLUGIN_LIBRARIES_VARS}")
message("MITK_PLUGIN_LIBRARIES : ${MITK_PLUGIN_LIBRARIES}")

Thanks,

Sascha

On 02/07/2012 02:43 PM, Miklos Espak wrote:
On Tue, Feb 7, 2012 at 1:29 PM, Sascha Zelzer <[email protected] <mailto:[email protected]>> wrote:

    Hi Miklos,

    If you use the CMake macros FunctionCreateProvisioningFile or
    FunctionCreateBlueBerryApplication, the "PLUGINS" parameter
    specifies the set of plug-ins written into the provisioning file
    (actually, the transitive closure of the dependency graph of the
    given set). If you omit this parameter, all enabled third-party
    and your own plug-ins should automatically be added.


I have this:

FunctionCreateBlueBerryApplication(
  NAME ${MY_APP_NAME}
  DESCRIPTION "${MY_APP_NAME} - DCE-MRI Analysis"
  SOURCES ${app_sources}
  EXCLUDE_PLUGINS ${_exclude_plugins}
  ${_app_options}
)

I added a line for the measurement plugin to the KMaps-build/build/KMaps.provisioning file, manually. Then the view appeared. Then I deleted the file, executed "touch Apps/KMaps/CMakeLists.txt" in the source root dir, then "make".

The provisioning file has been regenerated but the measurement plugin is missing again.

    I assume the problem appears in your own application, right?


Right.
I can debug it if you give some hints.

Thanks,
Miklos


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to