Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Added xmlpatterns build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 19, 2017
1 parent 27664f9 commit 10b7b9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def main():
continue

filtered_builds.append([settings, options, env_vars, build_requires])
new_options = copy.copy(options)
new_options["Qt:xmlpatterns"] = True
filtered_builds.append([settings, new_options, env_vars, build_requires])

builder.builds = filtered_builds
builder.run()
Expand Down

0 comments on commit 10b7b9a

Please sign in to comment.