I am working on a batch script to automate building a Qt project.
One issue i am having is the fact that the install directory path of Qt may not be the same for every user.
For example, on my system the path of my mingw48_32 is: c:\Qt\Qt5.2.0\5.2.0\mingw48_32 but on someone elses system it may be c:\Qt\5.2.0\mingw48_32 depending on how they chose to set it up.
So when i am specifying the path for the qmake.exe, i need to know that the path to qmake.exe is.
How can i search for a file, and copy its path from a batch script?
whence.bat
Not really like the real whence, but it might be helpful.