Skip to content

Commit 57c3c4e

Browse files
committed
Updated requirements
1 parent 070abc1 commit 57c3c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12")
5+
set(QT_VERSION_REQ "5.11")
66
set(CMAKE_AUTOMOC ON)
77
set(CMAKE_AUTOUIC ON)
88
set(CMAKE_AUTORCC ON)

COMPILE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Requirements for all platforms
22
* CMake >= 3.12
3-
* Qt >= 5.12
3+
* Qt >= 5.11
44
* C++17 capable compiler
5-
* Tested with GCC on Linux
5+
* Tested with GCC 8.3 on Linux
66
* Tested with Visual Studio 2019 on Windows
77
* Git
88
****

0 commit comments

Comments
 (0)