On Wednesday 27 August 2008 9:53:10 am Natalie Happenhofer wrote: > Ok, now the executable is found, but I get the following warning: > "QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as > C:\iwmake\build_mingw_opensource/lib " > > and next I get the error, that this directory does not exist. > Well, it does not exist (I looked it up) but qt does run, so I don“t want > to believe that it was not correctly installed. Where should that > QT_INSTALL_LIBS variable point to?
It appears it was not correctly installed. QT_INSTALL_LIBS, QT_INSTALL_BINS, and others come from qmake, and are compiled into it. The values of those are determined when you configure your Qt build. And Qt must be installed to those locations. Clint _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
