Talk:Windows Build Instructions
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | I used the MinGW to compile the project. I had to change the mingw paths in the CMakeCache.txt file and add the path to the qmake.exe. | + | I used the MinGW to compile the project. I had to change the mingw paths to the three executables(gcc,g++,ar) in the CMakeCache.txt file and add the path to the qmake.exe. |
But it worked then. I'm not sure if those should be added to instructions, because I am not an expereinced make user. | But it worked then. I'm not sure if those should be added to instructions, because I am not an expereinced make user. | ||
Revision as of 11:16, 28 August 2007
I used the MinGW to compile the project. I had to change the mingw paths to the three executables(gcc,g++,ar) in the CMakeCache.txt file and add the path to the qmake.exe.
But it worked then. I'm not sure if those should be added to instructions, because I am not an expereinced make user.