From 25e8e48eff474762c31da25ad879e9839d835191 Mon Sep 17 00:00:00 2001 From: jef Date: Tue, 22 Feb 2011 20:46:03 +0000 Subject: [PATCH] add note about debug libraries to msvc INSTALL section git-svn-id: http://svn.osgeo.org/qgis/trunk@15241 c8812cc2-4d05-0410-92ff-de0c093fc19c --- doc/msvc.t2t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/msvc.t2t b/doc/msvc.t2t index b9822b7d56c..f2526806a03 100644 --- a/doc/msvc.t2t +++ b/doc/msvc.t2t @@ -117,9 +117,9 @@ Now close ``cmake-gui`` and continue on the command prompt by starting ``vcexpress``. Use File / Open / Project/Solutions and open the qgis-x.y.z.sln File in your project directory. -You probably want to change the ``Solution Configuration`` from ``Debug`` -to ``RelWithDebInfo`` (Release with Debug Info) or ``Release`` before you -build QGIS using the ALL_BUILD target. +Change ``Solution Configuration`` from ``Debug`` to ``RelWithDebInfo`` (Release +with Debug Info) or ``Release`` before you build QGIS using the ALL_BUILD +target (otherwise you need debug libraries that are not included). After the build completed you should install QGIS using the INSTALL target.