X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=be095a94bc817e792a4b219cb03868531eb7b832;hb=6e809da10b3d23b882726204c1692682e76ce210;hp=bc148063047bab765a730b0832ac9fb4df41800c;hpb=7dcc37aecb1ef1ae8499f10fb7014a0534222a9a;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bc148063..be095a94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if(ansi) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ansi") endif(ansi) -set(QT_MIN_VERSION "4.4.0") +set(QT_MIN_VERSION "4.3.0") # By default, we build all binaries if(NOT DEFINED BUILD)