From 778b55a9a3274587b93d0f11fbf6f95aa97a1761 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 16 Oct 2016 05:28:43 -0700 Subject: [PATCH] Revert "mkvtoolnix: fix qt5 option (#5865)" (#5975) This reverts commit 55329433e7ad37a7f38fb828559dd2d82bdeaa7a. --- Formula/mkvtoolnix.rb | 4 ---- 1 file changed, 4 deletions(-) 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"