Re: Please test: changes in how Qt4 is found

2006-04-28 Thread Alexander Neundorf
On Friday 28 April 2006 23:57, Thiago Macieira wrote: ... > They either use qmake themselves, or their own buildsystems (which means > they don't use qmake). > > Cmake is the only buildsystem that depends on another buildsystem being > installed (qmake) for it to work. What the FindQt4.cmake script

Re: Please test: changes in how Qt4 is found

2006-04-28 Thread Thiago Macieira
William A. Hoffman wrote: >>But we do recommend using pkg-config for finding Qt/X11. Not qmake. >> qmake is a separate program that doesn't have to be installed to use >> or develop with Qt. > >That is a surprise.I thought that qt used qmake as part of its own >build process, and put qmake into

Re: Please test: changes in how Qt4 is found

2006-04-28 Thread William A. Hoffman
At 04:19 PM 4/28/2006, Thiago Macieira wrote: >William A. Hoffman wrote: >>Is that the Trolltech recommended way for windows and the Mac? >>If Trolltech required that pkg-config be installed before QT could >>be used on any platform, I would have no problem using it. > >Qt doesn't require anything

Re: Please test: changes in how Qt4 is found

2006-04-28 Thread Thiago Macieira
William A. Hoffman wrote: >Is that the Trolltech recommended way for windows and the Mac? >If Trolltech required that pkg-config be installed before QT could >be used on any platform, I would have no problem using it. Qt doesn't require anything found with pkg-config to build. It's pointless to r

Re: Please test: changes in how Qt4 is found

2006-04-28 Thread William A. Hoffman
At 02:26 PM 4/28/2006, Thiago Macieira wrote: >Kuba Ober wrote: >>Couldn't agree more, especially that I'm migrating some more build stuff >> at work to cmake. Cmake and Qt are the only dependencies for the >> product in question, I'd consider it weird at least to add pkg-config >> to the mix if a

Re: Please test: changes in how Qt4 is found

2006-04-27 Thread Adriaan de Groot
On Thursday 27 April 2006 21:03, Alexander Neundorf wrote: > after the discussions on the kde-buildsystem and on the cmake list I > committed some changes to FindQt4.cmake ind kdelibs trunk. > Now qmake is used directly to report which uic and which moc should be > used. It works for me and also on

Please test: changes in how Qt4 is found

2006-04-27 Thread Alexander Neundorf
Hi, after the discussions on the kde-buildsystem and on the cmake list I committed some changes to FindQt4.cmake ind kdelibs trunk. Now qmake is used directly to report which uic and which moc should be used. It works for me and also on some other machines. If it breaks the detection of the corr