mirror of https://github.com/qt/qtbase.git
Make qtbase compile with QT_NO_XMLSTREAMWRITER
Change-Id: I6d2447ba0875117e8a50d1aa3133bd5ea098d51a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
e0a21c71f4
commit
eb5c0f4b12
|
@ -1,3 +1,8 @@
|
|||
!force_bootstrap {
|
||||
load(qfeatures)
|
||||
requires(!contains(QT_DISABLED_FEATURES, xmlstreamwriter))
|
||||
}
|
||||
|
||||
option(host_build)
|
||||
QT = core xml
|
||||
|
||||
|
|
Loading…
Reference in New Issue