mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Correct QSql to QtSql in dependency list of Qt3Support.
[SVN r33735]
This commit is contained in:
@@ -218,7 +218,7 @@ rule init ( prefix )
|
||||
<include>$(.prefix)/include/QtXml
|
||||
;
|
||||
|
||||
lib Qt3Support : QtGui QtNetwork QtXml QSql
|
||||
lib Qt3Support : QtGui QtNetwork QtXml QtSql
|
||||
: <name>Qt3Support$(suffix_version) <variant>release
|
||||
:
|
||||
: # usage-requirements
|
||||
@@ -226,7 +226,7 @@ rule init ( prefix )
|
||||
<define>QT3_SUPPORT
|
||||
<include>$(.prefix)/include/Qt3Support
|
||||
;
|
||||
lib Qt3Support : QtGui QtNetwork QtXml QSql
|
||||
lib Qt3Support : QtGui QtNetwork QtXml QtSql
|
||||
: <name>Qt3Support$(suffix_debug)$(suffix_version) <variant>debug
|
||||
:
|
||||
: # usage-requirements
|
||||
|
||||
Reference in New Issue
Block a user