aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-11-24 17:27:34 +0100
committerAlex Neundorf <neundorf@kde.org>2012-11-24 17:27:34 +0100
commit094642edfb4c5d0bde0f1f61c92b8c3cd5cc810e (patch)
tree1bec4248978c9d112bd1e0606ed6a258beede072
parent31bf0af36320a8536bc6d7ca48dbe0c25b025a2e (diff)
parent70b1cfa7a7ef7f7c6068b49564ef13acf1c8e54e (diff)
downloadextra-cmake-modules-094642edfb4c5d0bde0f1f61c92b8c3cd5cc810e.tar.gz
extra-cmake-modules-094642edfb4c5d0bde0f1f61c92b8c3cd5cc810e.tar.bz2
Merge branch 'master' of git://anongit.kde.org/extra-cmake-modules
-rw-r--r--find-modules/FindQt5Transitional.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindQt5Transitional.cmake b/find-modules/FindQt5Transitional.cmake
index 1a707e73..9d20a8fe 100644
--- a/find-modules/FindQt5Transitional.cmake
+++ b/find-modules/FindQt5Transitional.cmake
@@ -54,7 +54,7 @@ else()
endif()
list(APPEND _components Qt${_component})
endforeach()
- find_package(Qt4 REQUIRED ${_components})
+ find_package(Qt4 ${QT_MIN_VERSION} REQUIRED ${_components})
include_directories(${QT_INCLUDES})
# if we are not called from a build of a complete kdelibs, which contains libinqt5,