Skip to content

Commit

Permalink
Added missing code bloc formatter for qt install steps
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7687 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 30, 2007
1 parent 966e85d commit ed7e4b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions INSTALL
Expand Up @@ -1931,9 +1931,11 @@ Unpack the source to
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
extracted the source and enter:

configure -platform win32-msvc2005
nmake
nmake install

configure -platform win32-msvc2005
nmake
nmake install


Add -qt-sql-odbc -qt-sql-psql to the configure line if your want odbc and
PostgreSQL support build into Qt.
Expand Down
2 changes: 2 additions & 0 deletions INSTALL.t2t
Expand Up @@ -1703,9 +1703,11 @@ c:\Qt\4.x.x\
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
extracted the source and enter:

```
configure -platform win32-msvc2005
nmake
nmake install
```

Add -qt-sql-odbc -qt-sql-psql to the configure line if your want odbc and
PostgreSQL support build into Qt.
Expand Down

0 comments on commit ed7e4b6

Please sign in to comment.