Skip to content

Commit

Permalink
Make qtbase compile with QT_NO_DOM
Browse files Browse the repository at this point in the history
Change-Id: I98bef84ca9bf86bf7dddd3ca2a3d8210a8e46a16
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
task-jp authored and The Qt Project committed Jan 10, 2014
1 parent c6b9157 commit 2dc0443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/qdoc/qdoc.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
!force_bootstrap {
load(qfeatures)
requires(!contains(QT_DISABLED_FEATURES, xmlstreamwriter))
requires(!contains(QT_DISABLED_FEATURES, dom))
}

option(host_build)
Expand Down

0 comments on commit 2dc0443

Please sign in to comment.