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 78bd46f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from conan.packager import ConanMultiPackager
import copy

def main():
"""
Expand All @@ -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 78bd46f

Please sign in to comment.