Hi

I read the thread "generating new MITK project":
http://www.mail-archive.com/mitk-users@lists.sourceforge.net/msg00870.html


I had the same problem but calling my application with the argument

"/openCherry.application=org.mitk.qt.extapplication"

did not work.



The second solution, i.e. adding following lines of code

myConfig->setString(cherry::Platform::ARG_APPLICATION,
"org.mitk.qt.extapplication");

to my main function worked. Thanks for the tip.


I am working on a Linux machine.



Best,
Bryn

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to