File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1931,9 +1931,11 @@ Unpack the source to
1931
1931
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
1932
1932
extracted the source and enter:
1933
1933
1934
- configure -platform win32-msvc2005
1935
- nmake
1936
- nmake install
1934
+
1935
+ configure -platform win32-msvc2005
1936
+ nmake
1937
+ nmake install
1938
+
1937
1939
1938
1940
Add -qt-sql-odbc -qt-sql-psql to the configure line if your want odbc and
1939
1941
PostgreSQL support build into Qt.
Original file line number Diff line number Diff line change @@ -1703,9 +1703,11 @@ c:\Qt\4.x.x\
1703
1703
Open the Visual Studio C++ command line and cd to c:\Qt\4.x.x where you
1704
1704
extracted the source and enter:
1705
1705
1706
+ ```
1706
1707
configure -platform win32-msvc2005
1707
1708
nmake
1708
1709
nmake install
1710
+ ```
1709
1711
1710
1712
Add -qt-sql-odbc -qt-sql-psql to the configure line if your want odbc and
1711
1713
PostgreSQL support build into Qt.
You can’t perform that action at this time.
0 commit comments