Bump Qt4 version requirement to 4.8
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 2 Feb 2015 22:21:40 +0000 (23:21 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 2 Feb 2015 22:21:40 +0000 (23:21 +0100)
commit08a36367b1f541736cede098e26eefca838b526a
tree5537f7411f12ed2b16446179ecbc622c127ac5ad
parent985657b9e4d8b2b22a775d34320fc65d14df4858
Bump Qt4 version requirement to 4.8

Qt 4.8 gained some support for C++11 features such as brace
initializers, which make some things much more convenient. As
this version was released more than three years ago, it should
be safe to finally bump our requirements accordingly. The core
was even fine with Qt 4.4 until now, and that was released a
whopping 7 years ago!

Requiring 4.8 will allow us to remove a bunch of old workarounds
as well, besides allowing for proper use of C++11 in the future.
CMakeLists.txt