Skip to content

Commit

Permalink
BUILD: Drop min Qt5 version to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 29, 2017
1 parent b25e7be commit d81639b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILDDEP.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build-time library dependencies
- Boost.Locale
- Boost.Thread

- Qt (>= 5.7.1)
- Qt (>= 5.5.1)

- OpenAL Soft (>= 1.12)
- MAD (>= 0.15.1b)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ AX_CHECK_ZLIB(1, 2, 3, 0, , AC_MSG_ERROR([zlib(>= 1.2.3.4) is required and could
AX_CHECK_LZMA(5, 0, 3, 2, , AC_MSG_ERROR([liblzma(>= 5.0.5) is required and could not be found!]))

dnl Graphic libraries
AX_CHECK_QT5(5.7.1, , AC_MSG_ERROR([Qt5 (>= 5.7.1, modules Core, Gui, Multimedia, Widgets) is required and could not be found!]))
AX_CHECK_QT5(5.5.1, , AC_MSG_ERROR([Qt5 (>= 5.5.1, modules Core, Gui, Multimedia, Widgets) is required and could not be found!]))

dnl Sound libraries
AX_CHECK_AL( , AC_MSG_ERROR([OpenAL or OpenAL Soft (>= 1.12) is required and could not be found!]))
Expand Down

0 comments on commit d81639b

Please sign in to comment.