Skip to content

Commit

Permalink
Merge pull request commontk#822 from phcerdan/update_qt4_required_ver…
Browse files Browse the repository at this point in the history
…sion

ENH: Update minimum Qt4 to 4.7
  • Loading branch information
jcfr authored Aug 28, 2018
2 parents f500513 + 2c94808 commit ca995cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ctkMacroSetupQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ macro(ctkMacroSetupQt)
endif()

else()
set(minimum_required_qt_version "4.6")
set(minimum_required_qt_version "4.7")

find_package(Qt4)

Expand Down

0 comments on commit ca995cb

Please sign in to comment.