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

2012-07-20 Thread Stephen Kelly
On Wednesday, July 04, 2012 16:54:54 Stephen Kelly wrote: > On Monday, July 02, 2012 15:06:34 Stephen Kelly wrote: > > > The headers that are not being copied during a developer build cause > > > build errors like this: > > > myheaderfile.h:4:31: error: QQuickImageProvider: No such file or > > > di

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

2012-07-04 Thread Stephen Kelly
On Wednesday, July 04, 2012 17:03:39 you wrote: > Hi Stephen, > > > Ok, can you post the full path of the Qt5QmlConfig.cmake you want to > > use, > > the full path of the Qt5CoreConfig.cmake you want to use, > > All the config files are found in qtbase: > > njeiseck ~/projects/qt/qt5 (master)$ f

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

2012-07-04 Thread Nils Jeisecke
Hi Stephen, > Ok, can you post the full path of the Qt5QmlConfig.cmake you want to use, > the full path of the Qt5CoreConfig.cmake you want to use, All the config files are found in qtbase: njeiseck ~/projects/qt/qt5 (master)$ find . -name "Qt5*Config.cmake" ./qtbase/lib/cmake/Qt53D/Qt53DConfig.

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

2012-07-04 Thread Stephen Kelly
On Monday, July 02, 2012 15:06:34 Stephen Kelly wrote: > > The headers that are not being copied during a developer build cause > > build errors like this: > > myheaderfile.h:4:31: error: QQuickImageProvider: No such file or > > directory > > Ok, can you post the full path of the Qt5QmlConfig.cma

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

2012-07-02 Thread Stephen Kelly
On 02.07.2012 14:35, Nils Jeisecke wrote: > Oops, I was a little bit too fast. > >> 2) Developer build without install (in source build, still couldn't >> manage to finish a working shadow build) > The cmake run works but the actual build does not. > > For the cmake run it is sufficient to set CMAK

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

2012-07-02 Thread Nils Jeisecke
Oops, I was a little bit too fast. > 2) Developer build without install (in source build, still couldn't > manage to finish a working shadow build) The cmake run works but the actual build does not. For the cmake run it is sufficient to set CMAKE_PREFIX_PATH to qtbase because there it finds all t

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

2012-07-02 Thread Nils Jeisecke
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:/p

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

2012-07-02 Thread Stephen Kelly
Hi, Thanks for the info. On Monday, July 02, 2012 12:14:14 Nils Jeisecke wrote: > Hi, > > > Do you set CMAKE_PREFIX_PATH? To what? > > /Users/njeiseck/projects/qt/qt5/qtbase > Setting "/Users/njeiseck/projects/qt/qt5" didn't work. You need to set CMAKE_PREFIX_PATH to "/Users/njeiseck/project

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

2012-07-02 Thread Nils Jeisecke
Hi, > Just to be clear - it works with the modules in qtbase, but not with the > ones that depend on qtbase? My module list: qt5_use_modules(ctimon Gui Core Concurrent Widgets Xml Sql Network OpenGL Quick Qml) I've only ran into problems with QtQuick and QtQml which are both not part of qtbase. A

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

2012-06-30 Thread Stephen Kelly
On Friday, June 29, 2012 20:44:13 Nils Jeisecke wrote: > Hi, > > I'm using cmake for building my stuff so the new cmake support > directly in Qt5 is really appreciated. Thanks Stephen and KDAB! Thanks for trying it out :) > There's a problem with the Qt5Quick and Qt5Qml modules though. The > gene

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

2012-06-29 Thread Nils Jeisecke
Hi, I'm using cmake for building my stuff so the new cmake support directly in Qt5 is really appreciated. Thanks Stephen and KDAB! There's a problem with the Qt5Quick and Qt5Qml modules though. The generated configuration files don't work and I had to make some adjustments to let things build. q