cmake build: Add check for required QT-version 4.5.0 or higher

Since our own module does not respect the version parameter,
while the cmake provided does, also remove our FindQt4.cmake
This commit is contained in:
Kornel Benko 2013-03-20 11:39:45 +01:00
parent d4c2fce88c
commit 7dbd777146
2 changed files with 1 additions and 1027 deletions

View File

@ -463,7 +463,7 @@ if(NOT MSVC)
endif()
find_package(Qt4 REQUIRED)
find_package(Qt4 "4.5.0" REQUIRED)
find_package(Magic)
if(Magic_FOUND)
set(HAVE_MAGIC_H 1)

File diff suppressed because it is too large Load Diff