From bba142b5a9171c557b7f089a87ca1f1dc5d345cb Mon Sep 17 00:00:00 2001 From: godofredo Date: Sat, 28 Jul 2007 19:51:07 +0000 Subject: [PATCH] Added a note about compiling qt 4.3 debug libraries in windows git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7109 c8812cc2-4d05-0410-92ff-de0c093fc19c --- INSTALL | 9 +++++++++ INSTALL.t2t | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/INSTALL b/INSTALL index abd92fab008c..db195a2159f4 100644 --- a/INSTALL +++ b/INSTALL @@ -149,6 +149,15 @@ the windows system preferences. If you plan to do some debugging, you'll need to compile debug version of Qt: C:\Qt\4.3.0\bin\qtvars.bat compile_debug +Note: there is a problem when compiling debug version of Qt 4.3, the script ends with +this message "mingw32-make: *** No rule to make target `debug'. Stop.". To +compile the debug version you have to go out of src directory and execute the +following command: + + + c:\Qt\4.3.0 make + + 3.3. Flex and Bison =================== diff --git a/INSTALL.t2t b/INSTALL.t2t index c5fe6882f113..250a6a8d8ba5 100644 --- a/INSTALL.t2t +++ b/INSTALL.t2t @@ -90,6 +90,16 @@ the windows system preferences. If you plan to do some debugging, you'll need to compile debug version of Qt: C:\Qt\4.3.0\bin\qtvars.bat compile_debug +Note: there is a problem when compiling debug version of Qt 4.3, the script ends with +this message "mingw32-make: *** No rule to make target `debug'. Stop.". To +compile the debug version you have to go out of src directory and execute the +following command: + +``` +c:\Qt\4.3.0 make +``` + + == Flex and Bison == *** Note I think this section can be removed as it should be installed int the