I think this method can be the best one, I'll test it as soon as I can.
Thank you very much !
Matthieu
Thank you very much !
Matthieu
or
mkdir build
cd build
ccmake -DQT_QMAKE_EXECUTABLE=/my/path/of/stuff/qt-4.x.0/bin/qmake-qt4 ../path/to/source
It is best to get the QT_QMAKE_EXECUTABLE right the first time, and not delete
the variables it found.
Or you can try the cvs FindQt4.cmake that should be able to work with qmake and qmake-qt4
in the PATH.
-Bill
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
