Allow to control (disable) widgets build

This commit is contained in:
Oleg Shparber 2013-05-24 18:49:39 -06:00 committed by Martin Jansa
parent 14f6ec2ca2
commit a991d0c2ac
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -p
GL_DEPENDS ?= "virtual/libgl"
QT_GLFLAGS ?= "-opengl"
QT_WIDGETS ?= "-widgets"
QT_XML ?= "-xmlpatterns"
QT_WEBKIT ?= "-webkit"
QT_PHONON ?= "-phonon"
@ -64,6 +65,7 @@ QT_CONFIG_FLAGS += " \
-no-pch \
-no-rpath \
-pkg-config \
${QT_WIDGETS} \
${QT_SYSTEM_LIBS} \
${QT_NIS} \
${QT_CUPS} \