X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=5a365e5e9043023965d5055cefc90484b5f20502;hp=36346398bd7cd8142ee46d60ab5ced1120a5ac6f;hb=2b4fb2214870a8c521e90310e541fe5ea680ae3b;hpb=26c07f2ab71ab640cba10bd3ecec0f05dd5a0d64 diff --git a/CMakeLists.txt b/CMakeLists.txt index 36346398..5a365e5e 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.3.0") +SET(QT_MIN_VERSION "4.3.0") # 4.3 is required for SSL, crypto and some other stuff FIND_PACKAGE(Qt4 REQUIRED) # Set needed libraries