Reformat ALL the source!
[quassel.git] / CMakeLists.txt
index 3170180..f377a18 100644 (file)
@@ -199,7 +199,7 @@ else(WITH_QT5)
   endif(QT)
 
   # Now that we have the correct $PATH, lets find Qt!
   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)
 
 
 endif(WITH_QT5)