Skip to content

Commit

Permalink
[Qt6] Add compat statements [skip build] (#7024)
Browse files Browse the repository at this point in the history
  • Loading branch information
barche authored Jul 11, 2023
1 parent a97a7c8 commit 72176dc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions J/jlqml/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("libcxxwrap_julia_jll"),
Dependency("Qt6Declarative_jll"),
Dependency("Qt6Declarative_jll"; compat="6.4.2"),
HostBuildDependency("Qt6Declarative_jll"),
Dependency("Qt6Svg_jll"),
Dependency("Qt6Svg_jll"; compat="6.4.2"),
BuildDependency("Libglvnd_jll"),
BuildDependency("libjulia_jll"),
]
Expand Down
6 changes: 3 additions & 3 deletions Q/Qt65Compat/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ dependencies = [
HostBuildDependency("Qt6Base_jll"),
HostBuildDependency("Qt6ShaderTools_jll"),
HostBuildDependency("Qt6Declarative_jll"),
Dependency("Qt6Base_jll"),
Dependency("Qt6ShaderTools_jll"),
Dependency("Qt6Declarative_jll"),
Dependency("Qt6Base_jll"; compat="="*string(version)),
Dependency("Qt6ShaderTools_jll"; compat="="*string(version)),
Dependency("Qt6Declarative_jll"; compat="="*string(version)),
]

include("../../fancy_toys.jl")
Expand Down
4 changes: 2 additions & 2 deletions Q/Qt6Declarative/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ products_macos = [
dependencies = [
HostBuildDependency("Qt6Base_jll"),
HostBuildDependency("Qt6ShaderTools_jll"),
Dependency("Qt6Base_jll"),
Dependency("Qt6ShaderTools_jll"),
Dependency("Qt6Base_jll"; compat="="*string(version)),
Dependency("Qt6ShaderTools_jll"; compat="="*string(version)),
]

if !host_build
Expand Down
2 changes: 1 addition & 1 deletion Q/Qt6ShaderTools/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ products_macos = [
# Dependencies that must be installed before this package can be built
dependencies = [
HostBuildDependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"; compat="="*string(version)),
]

if !host_build
Expand Down
2 changes: 1 addition & 1 deletion Q/Qt6Svg/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ products_macos = [
# Dependencies that must be installed before this package can be built
dependencies = [
HostBuildDependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"; compat="="*string(version)),
]

include("../../fancy_toys.jl")
Expand Down
4 changes: 2 additions & 2 deletions Q/Qt6Wayland/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
HostBuildDependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"; compat="="*string(version)),
HostBuildDependency("Qt6Declarative_jll"),
Dependency("Qt6Declarative_jll"),
Dependency("Qt6Declarative_jll"; compat="="*string(version)),
BuildDependency("Xorg_xproto_jll"),
]

Expand Down

0 comments on commit 72176dc

Please sign in to comment.