Extract ref name from QAction's iconText() instead of text()
[qgit4/redivivus.git] / README_WIN.txt
blob7846b7abb76e57e1e8c1ed066b99a5e7a93b7867
1 This is qgit.exe statically linked to Trolltech Qt4.3.3 for Windows Open source edition
3 PREREQUISITES
5 - You need msysgit (http://code.google.com/p/msysgit/) correctly installed
8 NOTES
10 - This version has NOT been tested with cygwin version of git
12 - In case qgit has problem to find correct msysgit files you should
13   add mysysgit\bin directory to your PATH before to start qgit.
14   But normally installer should had already take care of this for you.
17 WINDOWS DEVELOPER INFO
19 This version has been tested with Visual C++ 2008, there is a VC2008
20 solution and a project file for your convenience.
22 Please note, the FIRST TIME you need to generate a Makefile. To do this
23 the Qt qmake tool must be used. Open a console on the project directory
24 and type (qmake should be in PATH)
26      qmake qgit.pro
28 That's all, now you can fire your VC2008 IDE, open the qgit solution
29 file and enjoy ;-)
32 Please report any problem to the Git Mailing List <git@vger.kernel.org>
33 specifying [QGit] in your mail subject