[CMake] [vtk-developers] VTK-5-2 and Qt 4.4 build config on OSX
clinton at elemtech.com
clinton at elemtech.com
Wed Sep 3 14:36:41 EDT 2008
On Wednesday 03 September 2008 12:28:57 pm Darren Weber wrote:
> In ccmake settings for VTK-5-2 with Qt 4.4 on OSX, I see a lot of
> settings like this:
>
> QT_QTCORE_LIBRARY
> optimized;/Library/Frameworks/QtCore.framework;debug;/Library/Frameworks/Qt
>Core.framework QT_QTCORE_LIBRARY_DEBUG QT_QTCORE_LIBRARY_DEBUG-NOTFOUND
>
> The optimized and debug libraries are both specified in one variable
> and missing in the other.
>
> The general build type is RelWithDebInfo. I don't know if the Qt
> binary installation provides debug symbols (maybe I should build Qt
> 4.4 from source?).
>
> Is this a problem to resolve?
>
Its not a problem at all on Mac and Unix/Linux. As long as you have something
in QT_QTCORE_LIBRARY, you're fine. Some versions of Qt have separate debug
and release libraries on some/all platforms.
Clint
More information about the CMake
mailing list