Skip to content
Snippets Groups Projects
Unverified Commit 5ac0172b authored by Chuck Atkins's avatar Chuck Atkins Committed by GitHub
Browse files

qt: sqlite needs to be a run dep because of the qt plugin infrastructure (#11399)

parent a0dc4dc9
Branches
Tags
No related merge requests found
...@@ -103,7 +103,7 @@ class Qt(Package): ...@@ -103,7 +103,7 @@ class Qt(Package):
depends_on("icu4c") depends_on("icu4c")
depends_on("fontconfig", when=(sys.platform != 'darwin')) # (Unix only) depends_on("fontconfig", when=(sys.platform != 'darwin')) # (Unix only)
depends_on("freetype") depends_on("freetype")
depends_on("sqlite") depends_on("sqlite", type=('build', 'run'))
depends_on("pcre+multibyte", when='@5.0:5.8') depends_on("pcre+multibyte", when='@5.0:5.8')
depends_on("pcre2+multibyte", when='@5.9:') depends_on("pcre2+multibyte", when='@5.9:')
depends_on("double-conversion", when='@5.7:') depends_on("double-conversion", when='@5.7:')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment