File tree 1 file changed +7
-2
lines changed
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/
24
24
25
25
Qt4.2:
26
26
------
27
+
27
28
Download qt4.2 opensource precompiled edition exe and install (including the
28
29
download and install of mingw) from here:
29
30
@@ -35,6 +36,9 @@ needed if you like vim in your shell):
35
36
set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
36
37
set PATH=%PATH%;"c:\Program Files\Vim\vim70\
37
38
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
+
38
42
39
43
QGIS:
40
44
-----
@@ -70,7 +74,7 @@ List of what has been changed / added by this archive to enable compilation:
70
74
Building:
71
75
---------
72
76
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)
74
78
75
79
cd c:\dev\cpp\qgis
76
80
qmake
@@ -80,7 +84,8 @@ This will compile both debug and release version. To make just a one of them
80
84
use "make debug" or "make release" respectively.
81
85
82
86
Note: 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.
84
89
85
90
Running: (optional)
86
91
--------
You can’t perform that action at this time.
0 commit comments