From: Manuel Nickschas Date: Sun, 15 Jun 2008 17:50:09 +0000 (+0200) Subject: quassel-0.2 only requires Qt 4.3 X-Git-Tag: 0.2.0-rc1~61^2~4 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=2c9d84f2e5eb2fc895527b2fb81b331a5b699c84;hp=f97ae8bcbf17ca3a83f14131dc456b04449f4488;p=quassel.git quassel-0.2 only requires Qt 4.3 --- 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)