Skip to content

Commit

Permalink
Added section on how to compile debug versions of Qt libraries
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6118 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 23, 2006
1 parent a5f9b92 commit 9db816b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README_windows.txt
Expand Up @@ -24,6 +24,7 @@ http://www.7-zip.org/

Qt4.2:
------

Download qt4.2 opensource precompiled edition exe and install (including the
download and install of mingw) from here:

Expand All @@ -35,6 +36,9 @@ needed if you like vim in your shell):
set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
set PATH=%PATH%;"c:\Program Files\Vim\vim70\

If you plan to do some debugging, you'll need to complie debug version of Qt:
C:\Qt\4.2.0\bin\qtvars.bat compile_debug


QGIS:
-----
Expand Down Expand Up @@ -70,7 +74,7 @@ List of what has been changed / added by this archive to enable compilation:
Building:
---------

Now open the qt command shell (or start "cmd" and run c:\Qt\4.2.0\qtvars.bat)
Now open the qt command shell (or start "cmd" and run c:\Qt\4.2.0\bin\qtvars.bat)

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

Note: debug version uses debug version of Qt library thus if linking fails
on not founding library QtSvgd4 (or similar), you need to install them.
on not founding library QtSvgd4 (or similar), you need to compile them
as described in section for Qt.

Running: (optional)
--------
Expand Down

0 comments on commit 9db816b

Please sign in to comment.