[vtkusers] VTK deployment with static libraries on Mac (and in Qt Creator)

Sean McBride sean at rogue-research.com
Thu Mar 16 12:01:14 EDT 2017


On Wed, 15 Mar 2017 14:13:39 +0000, Richard Brown said:

>So how do I go about linking against Cocoa.framework. With another
>VTK_MODULE_INIT?

You need to do that when building your application, as opposed to building VTK.  Do you build your app with CMake?  With Xcode?  With something else?  Presumably you're ultimately using clang, in which case something needs to pass "-framework Cocoa" to it.

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada




More information about the vtkusers mailing list