Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
plfiorini committed Oct 22, 2022
1 parent e2ea749 commit fdc7c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

## Set minimum versions required:
set(QT_MIN_VERSION "5.10.0")
set(QT_MIN_VERSION "5.15.0")

## Liri specific setup common for all modules:
include(LiriSetup)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ This repository contains:

## Dependencies

Qt >= 5.10.0 with at least the following modules is required:
Qt >= 5.15.0 with at least the following modules is required:

* [qtbase](http://code.qt.io/cgit/qt/qtbase.git)
* [qtdeclarative](http://code.qt.io/cgit/qt/qtdeclarative.git)

The following modules and their dependencies are required:

* [cmake](https://gitlab.kitware.com/cmake/cmake) >= 3.10.0
* [cmake-shared](https://github.com/lirios/cmake-shared.git) >= 1.0.0
* [cmake-shared](https://github.com/lirios/cmake-shared.git) >= 2.0.0
* [fluid](https://github.com/lirios/fluid) >= 1.0.0
* [pulseadio](https://cgit.freedesktop.org/pulseaudio/pulseaudio/) >= 5.0.0

Expand Down

0 comments on commit fdc7c20

Please sign in to comment.