From c8b753852d2fd8991aed7058609da9eb2cdc0b43 Mon Sep 17 00:00:00 2001 From: Paul Kenyon Date: Thu, 20 Apr 2017 17:31:23 -0500 Subject: [PATCH] Add with-qt option --- gnuradio.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/gnuradio.rb b/gnuradio.rb index 45287d5..9e0f4ee 100644 --- a/gnuradio.rb +++ b/gnuradio.rb @@ -20,6 +20,7 @@ class Gnuradio < Formula end option "without-python", "Build without python support" + option "with-qt", "Build with Qt support" depends_on "pkg-config" => :build depends_on :python => :recommended if MacOS.version <= :snow_leopard