Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Jan 16, 2021
1 parent 070abc1 commit 57c3c4e
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(REDasm)

set(QT_VERSION_REQ "5.12")
set(QT_VERSION_REQ "5.11")
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
Expand Down
4 changes: 2 additions & 2 deletions COMPILE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Requirements for all platforms
* CMake >= 3.12
* Qt >= 5.12
* Qt >= 5.11
* C++17 capable compiler
* Tested with GCC on Linux
* Tested with GCC 8.3 on Linux
* Tested with Visual Studio 2019 on Windows
* Git
****
Expand Down

0 comments on commit 57c3c4e

Please sign in to comment.