Hi all. I have a problem where I pack the necessary stuff from qt into a dependency zip file (.h, .lib, .dll and qmake.exe).
I have the path to qmake setup, so that qmake can be found. Then I unpack that to some specified directory and run cmake on my own code. My projectgs CMakeLists.txt call FIND_PACKAGE( Qt4 ) which among other things call: qmake -query QT_INSTALL_LIBS ( Now this returns with the ORIGINAL build directory, not the new one where qmake actually exists. Is there anything one can do to fix this? I want CMake to use qmake so that it can locate things in relative to where qmake actually is, and not where it was when I built qt.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
