Make sure our Qt5 is new enough
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 Mar 2014 22:07:45 +0000 (00:07 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 Mar 2014 22:07:45 +0000 (00:07 +0200)
find_package will happily ignore the requested version if not used
with REQUIRED, plus early Qt5 versions handled versions differently;
thus, let's explicitly check for a supported version and bail out
otherwise.


No differences found