X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=f377a189adb66e9770dee4aaae248804c5738737;hb=6f38b6fdeb73e726c24b26a97b98c9cfe0fc8a0e;hp=3170180eeb2b22ef40ec9558b3be8cf894447815;hpb=1fde33939ee9337bca69bc60ad8f1f686b2707b9;p=quassel.git 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)