We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070abc1 commit 57c3c4eCopy full SHA for 57c3c4e
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
2
3
project(REDasm)
4
5
-set(QT_VERSION_REQ "5.12")
+set(QT_VERSION_REQ "5.11")
6
set(CMAKE_AUTOMOC ON)
7
set(CMAKE_AUTOUIC ON)
8
set(CMAKE_AUTORCC ON)
COMPILE.md
@@ -1,8 +1,8 @@
1
## 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
****
0 commit comments