Master branch still only requires Qt 4.3, though that's likely to change soon
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Jun 2008 17:50:51 +0000 (19:50 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Jun 2008 17:53:48 +0000 (19:53 +0200)
CMakeLists.txt

index bc14806..be095a9 100644 (file)
@@ -36,7 +36,7 @@ if(ansi)
   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ansi")
 endif(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)
 
 # By default, we build all binaries
 if(NOT DEFINED BUILD)