Skip to content

Commit fdc7c20

Browse files
committedOct 22, 2022
Update dependencies
[ci skip]
1 parent e2ea749 commit fdc7c20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif()
1616
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1717

1818
## Set minimum versions required:
19-
set(QT_MIN_VERSION "5.10.0")
19+
set(QT_MIN_VERSION "5.15.0")
2020

2121
## Liri specific setup common for all modules:
2222
include(LiriSetup)

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ This repository contains:
1818

1919
## Dependencies
2020

21-
Qt >= 5.10.0 with at least the following modules is required:
21+
Qt >= 5.15.0 with at least the following modules is required:
2222

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

2626
The following modules and their dependencies are required:
2727

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

0 commit comments

Comments
 (0)
Please sign in to comment.