Skip to content

Commit 508df94

Browse files
committed
Set Qt 5.12 as minimum requirement
1 parent 368e26f commit 508df94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
22

33
project(REDasm)
44

5-
set(QT_VERSION_REQ "5.9")
5+
set(QT_VERSION_REQ "5.12")
66
set(CMAKE_AUTOMOC ON)
77
set(CMAKE_AUTOUIC ON)
88
set(CMAKE_AUTORCC ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ REDasm is still under heavy development, currently is supports:
6060
### Requirements
6161
- CMake 3.12
6262
- C++17 compiler (tested on GCC 9.x and MSVC2019)
63-
- Qt 5.15
63+
- Qt 5.12
6464

6565
### Thanks to
6666
- [MiniZ](https://github.com/richgel999/miniz) : ZLib's drop in replacement

0 commit comments

Comments
 (0)