X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=f9007b62dfdb19bc95d6ed37daebc3a38aea08de;hp=ce3267e0cc4a96948f1acf4b69f54e3a8f2e3f44;hb=60bce4937bf006ceae27d012908b644a87865302;hpb=f8e388d65b8a1745c54035f1e871f195fdaca6f6 diff --git a/CMakeLists.txt b/CMakeLists.txt index ce3267e0..f9007b62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ INCLUDE_DIRECTORIES(${SDIRS} plugins) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) # We need Qt4 support. -SET(QT_MIN_VERSION "4.2.0") +SET(QT_MIN_VERSION "4.3.0") FIND_PACKAGE(Qt4 REQUIRED) # Set needed libraries