Skip to content

Commit

Permalink
Added a note about compiling qt 4.3 debug
Browse files Browse the repository at this point in the history
libraries in windows

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7109 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
godofredo committed Jul 28, 2007
1 parent 579e8db commit bba142b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL
Expand Up @@ -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
===================
Expand Down
10 changes: 10 additions & 0 deletions INSTALL.t2t
Expand Up @@ -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
Expand Down

0 comments on commit bba142b

Please sign in to comment.