Superbuild FindQt4.cmake

2011-08-15 Thread Valentin Rusu
Hello Alex, I'm giving the SuperBuild a try. I'd also like to build the whole KDE in a fresh new prefix, namely /home/kde. I cloned Qt in /home/kde/src/qt and built it with the right prefix. I clone SuperBuild in /home/kde/src/superbuild and looking into it I see that the first thing these

SuperBuild - cannot set SB_CMAKE_ARGS

2011-08-15 Thread Valentin Rusu
Hello All, I created a SuperBuildOptions.cmake which reads: -- BEGIN -- message(STATUS Setting custom options PREFIX= $ENV{KDEDIR}) set(CMAKE_INSTALL_PREFIX $ENV{KDEDIR}) set(SB_CMAKE_ARGS -DCMAKE_PREFIX_PATH=$ENV{KDEDIR}

Re: Superbuild FindQt4.cmake

2011-08-15 Thread Andreas Pakulat
On 15.08.11 21:28:41, Valentin Rusu wrote: Hello Alex, I'm giving the SuperBuild a try. I'd also like to build the whole KDE in a fresh new prefix, namely /home/kde. I cloned Qt in /home/kde/src/qt and built it with the right prefix. I clone SuperBuild in /home/kde/src/superbuild and

Re: SuperBuild - cannot set SB_CMAKE_ARGS

2011-08-15 Thread Alexander Neundorf
Hi Valentin, On Monday 15 August 2011, Valentin Rusu wrote: Hello All, I created a SuperBuildOptions.cmake which reads: -- BEGIN -- message(STATUS Setting custom options PREFIX= $ENV{KDEDIR}) set(CMAKE_INSTALL_PREFIX $ENV{KDEDIR}) set(SB_CMAKE_ARGS

Superbuild kdelibs

2011-08-15 Thread Allen Winter
Is there a way to make Superbuild checkout and build the kdelibs 4.7 branch? After all, kdelibs master is frozen and I already know kdepim master needs the kdelibs4.7 branch to build. ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Re: Superbuild kdelibs

2011-08-15 Thread Alexander Neundorf
On Tuesday 16 August 2011, Allen Winter wrote: Is there a way to make Superbuild checkout and build the kdelibs 4.7 branch? After all, kdelibs master is frozen and I already know kdepim master needs the kdelibs4.7 branch to build. This should be possible by setting SB_GIT_TAG e.g. via

Are the *Nightly.cmake files still valid?

2011-08-15 Thread Raphael Kubo da Costa
Hey there, While working on the kdeutils migration to git I was looking at KDEUtilsNightly.cmake. Was it ever used by someone? It mentions KDECTestNightly.cmake in kdesdk, but I couldn't find it there, for example. I wonder if I should spend some time adapting it to each application or of it can

Re: Are the *Nightly.cmake files still valid?

2011-08-15 Thread Alexander Neundorf
On Tuesday 16 August 2011, Raphael Kubo da Costa wrote: Hey there, While working on the kdeutils migration to git I was looking at KDEUtilsNightly.cmake. Was it ever used by someone? Yes. It mentions KDECTestNightly.cmake in kdesdk, but I couldn't find it there, for example. I moved

Re: Superbuild kdelibs

2011-08-15 Thread Allen Winter
On Monday 15 August 2011 6:06:33 PM Alexander Neundorf wrote: On Tuesday 16 August 2011, Allen Winter wrote: Is there a way to make Superbuild checkout and build the kdelibs 4.7 branch? After all, kdelibs master is frozen and I already know kdepim master needs the kdelibs4.7 branch to