We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63665a2 commit 7342894Copy full SHA for 7342894
Formula/g/gecode.rb
@@ -20,7 +20,7 @@ class Gecode < Formula
20
end
21
22
depends_on "pkgconf" => :test
23
- depends_on "qt"
+ depends_on "qtbase"
24
25
# Backport support for Qt6 from release/6.3.0 branch
26
patch do
@@ -33,7 +33,7 @@ def install
33
#
34
# [^1]: https://github.com/Gecode/gecode/commit/19b9ec3b938f52f5ef5feef15c6be417b5b27e36
35
inreplace "configure", "if test ${ac_gecode_qt_major} -eq 5;", "if test ${ac_gecode_qt_major} -ge 5;"
36
- ENV["MOC"] = Formula["qt"].opt_pkgshare/"libexec/moc"
+ ENV["MOC"] = Formula["qtbase"].opt_share/"qt/libexec/moc"
37
ENV.append "CXXFLAGS", "-std=c++17"
38
39
args = %W[
0 commit comments