File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ http://www.7-zip.org/
2424
2525Qt4.2:
2626------
27+
2728Download qt4.2 opensource precompiled edition exe and install (including the
2829download and install of mingw) from here:
2930
@@ -35,6 +36,9 @@ needed if you like vim in your shell):
3536set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
3637set PATH=%PATH%;"c:\Program Files\Vim\vim70\
3738
39+ If you plan to do some debugging, you'll need to complie debug version of Qt:
40+ C:\Qt\4.2.0\bin\qtvars.bat compile_debug
41+
3842
3943QGIS:
4044-----
@@ -70,7 +74,7 @@ List of what has been changed / added by this archive to enable compilation:
7074Building:
7175---------
7276
73- Now open the qt command shell (or start "cmd" and run c:\Qt\4.2.0\qtvars.bat)
77+ Now open the qt command shell (or start "cmd" and run c:\Qt\4.2.0\bin\ qtvars.bat)
7478
7579cd c:\dev\cpp\qgis
7680qmake
@@ -80,7 +84,8 @@ This will compile both debug and release version. To make just a one of them
8084use "make debug" or "make release" respectively.
8185
8286Note: debug version uses debug version of Qt library thus if linking fails
83- on not founding library QtSvgd4 (or similar), you need to install them.
87+ on not founding library QtSvgd4 (or similar), you need to compile them
88+ as described in section for Qt.
8489
8590Running: (optional)
8691--------
You can’t perform that action at this time.
0 commit comments