2
0
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:
Jürgen Hunold
2006-04-17 20:59:54 +00:00
parent 494b3d159e
commit 1ba4e6ea4c

View File

@@ -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)