Skip to content

Commit 9884183

Browse files
author
wonder
committed
Added section on how to compile debug versions of Qt libraries
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6118 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4c9f885 commit 9884183

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README_windows.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ http://www.7-zip.org/
2424

2525
Qt4.2:
2626
------
27+
2728
Download qt4.2 opensource precompiled edition exe and install (including the
2829
download and install of mingw) from here:
2930

@@ -35,6 +36,9 @@ needed if you like vim in your shell):
3536
set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
3637
set 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

3943
QGIS:
4044
-----
@@ -70,7 +74,7 @@ List of what has been changed / added by this archive to enable compilation:
7074
Building:
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

7579
cd c:\dev\cpp\qgis
7680
qmake
@@ -80,7 +84,8 @@ This will compile both debug and release version. To make just a one of them
8084
use "make debug" or "make release" respectively.
8185

8286
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.
8489

8590
Running: (optional)
8691
--------

0 commit comments

Comments
 (0)