X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=be095a94bc817e792a4b219cb03868531eb7b832;hp=bc148063047bab765a730b0832ac9fb4df41800c;hb=d07c7f8e2de851adefcee45049bb1bb19682d0c6;hpb=cb1918d94b5d8ec9f05a192c96fab938782dabf5 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)