]> sigrok.org Git - pulseview.git/commitdiff
Fix build on systems with Qt5 installed
authorBert Vermeulen <redacted>
Sun, 5 May 2013 12:28:53 +0000 (14:28 +0200)
committerJoel Holdsworth <redacted>
Sun, 19 May 2013 19:32:33 +0000 (20:32 +0100)
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.


No differences found