[Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

Nils Jeisecke njeisecke at saltation.de
Mon Jul 2 14:21:22 CEST 2012


Hi,

Update:

1) Qt installed with "make instalL"
The cmake stuff just works. Set
CMAKE_PREFIX_PATH="/usr/local/Qt-5.0.0" and you're done.

2) Developer build without install (in source build, still couldn't
manage to finish a working shadow build)
Set CMAKE_PREFIX_PATH="/path/to/qt_build/qtbase:/path/to/qt_build/qtdeclarative"
(and other modules)

So everything is basically working if you know the trick ;-)

Would it be worth enhancing the Qt5 cmake documentation or is
"developing with Qt using a Qt developer build" considered a rather
special case?

Thanks!

Nils



More information about the Development mailing list