]> sigrok.org Git - pulseview.git/commit
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)
commit71df4fb73dc52eb6472219c8ee9d17abdb385cd2
tree26ad622b14a74e9634482312185a2282dd58f956
parent9e40e83daf6a2851f4883468a4237849f984b336
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.
CMakeLists.txt