From: Bert Vermeulen Date: Sun, 5 May 2013 12:28:53 +0000 (+0200) Subject: Fix build on systems with Qt5 installed X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=71df4fb73dc52eb6472219c8ee9d17abdb385cd2;hp=71df4fb73dc52eb6472219c8ee9d17abdb385cd2;p=pulseview.git Fix build on systems with Qt5 installed The 'qmake' installed on systems with Qt5 will generally default to using that version. Despite the Qt4 requirement in the find_package() directive, this will break even if Qt4 is installed. This overrides the qmake version used to the check. ---