mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add QtOpenGL to the list of buildable modules.
[SVN r33728]
This commit is contained in:
@@ -96,7 +96,7 @@ rule init ( prefix )
|
||||
if [ glob $(.prefix)/Jamroot ]
|
||||
{
|
||||
# Import all Qt Modules
|
||||
local all-libraries = QtCore QtGui QtNetwork QtXml QtSql QtSvg Qt3Support QtTest QtAssistantClient QtUiTools ;
|
||||
local all-libraries = QtCore QtGui QtNetwork QtXml QtSql QtSvg QtOpenGL Qt3Support QtTest QtAssistantClient QtUiTools ;
|
||||
for local l in $(all-libraries)
|
||||
{
|
||||
alias $(l)
|
||||
|
||||
Reference in New Issue
Block a user