Skip to content

Commit ed7e4b6

Browse files
author
timlinux
committedNov 30, 2007

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎INSTALL

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,9 +1931,11 @@ Unpack the source to
19311931
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
19321932
extracted the source and enter:
19331933

1934-
configure -platform win32-msvc2005
1935-
nmake
1936-
nmake install
1934+
1935+
configure -platform win32-msvc2005
1936+
nmake
1937+
nmake install
1938+
19371939

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

‎INSTALL.t2t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,9 +1703,11 @@ c:\Qt\4.x.x\
17031703
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
17041704
extracted the source and enter:
17051705

1706+
```
17061707
configure -platform win32-msvc2005
17071708
nmake
17081709
nmake install
1710+
```
17091711

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

0 commit comments

Comments
 (0)
Please sign in to comment.