X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=f377a189adb66e9770dee4aaae248804c5738737;hp=3170180eeb2b22ef40ec9558b3be8cf894447815;hb=694f9bfbf7f1af19108461c7e00d133e55082bce;hpb=1fde33939ee9337bca69bc60ad8f1f686b2707b9 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3170180e..f377a189 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,7 +199,7 @@ else(WITH_QT5) endif(QT) # Now that we have the correct $PATH, lets find Qt! - find_package(Qt4 REQUIRED) + find_package(Qt4 ${QT_MIN_VERSION} REQUIRED) endif(WITH_QT5)