diff --git a/Formula/mkvtoolnix.rb b/Formula/mkvtoolnix.rb index 17ed39d3b2..cd2e2962cd 100644 --- a/Formula/mkvtoolnix.rb +++ b/Formula/mkvtoolnix.rb @@ -64,10 +64,6 @@ class Mkvtoolnix < Formula if build.with?("qt5") qt5 = Formula["qt5"] - ENV["QT_CFLAGS"] = "-I#{qt5.opt_include} -I#{qt5.opt_include}/QtNetwork -I#{qt5.opt_include}/QtWidgets -I#{qt5.opt_include}/QtGui -I#{qt5.opt_include}/QtCore" - ENV["QT_LIBS"] = "-F#{qt5.opt_lib} -framework QtNetwork -framework QtWidgets -framework QtGui -framework QtCore" - - args << "--without-qt-pkg-config" args << "--with-moc=#{qt5.opt_bin}/moc" args << "--with-uic=#{qt5.opt_bin}/uic" args << "--with-rcc=#{qt5.opt_bin}/rcc"