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
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
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.
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
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
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
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
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
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
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
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
11 matches
Mail list logo