Re: [Development] Qt's generated cmake files

2013-02-18 Thread Stephen Kelly
On Monday, February 18, 2013 16:03:55 Sascha Cunz wrote: > > You seem to be doing some things which are not recommended. You shouldn't > > be starting with finding qmake > > Maybe things changed since I set this up, but I never got this to work > reliable without appending the cmake_prefix. > I.e.

Re: [Development] Qt's generated cmake files

2013-02-18 Thread Sascha Cunz
On Monday, February 18, 2013 07:18:44 AM Stephen Kelly wrote: > On Monday, February 18, 2013 03:27:32 Sascha Cunz wrote: > > I am using FIND_PACKAGE and QT_USE_MODULES in each subdirectory of > > my cmake source tree like shown in [2]. This is required, because I have a > > generic stub that encaps

Re: [Development] Qt's generated cmake files

2013-02-17 Thread Stephen Kelly
On Monday, February 18, 2013 03:27:32 Sascha Cunz wrote: > I am using FIND_PACKAGE and QT_USE_MODULES in each subdirectory of > my cmake source tree like shown in [2]. This is required, because I have a > generic stub that encapsules the differences from Qt4/5 and use that in > several different pr

[Development] Qt's generated cmake files

2013-02-17 Thread Sascha Cunz
Hi Stephen, after the merge from [stable] to [dev] branch, my jenkins server noticed that there is a problem with compiling my stacks against Qt5. After looking over all the changes, I found out that there is an issue with the gerrit change 47230 [1] and am trying to find a way to solve or at lea