diff options
| author | windrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-07-29 16:43:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 17:43:33 -0500 |
| commit | abe80513d8bc9185b811ebdfa0f845f55d57198b (patch) | |
| tree | f85094a1e441d1ee79701e933f25962e99000ab7 /src/hardware_functions.cpp | |
| parent | 949a32390338bd4fe4e6e55b5608382b33bbfb12 (diff) | |
Add Qt 5.9 compatibility (#202)
* Added Ubuntu 18 backwards compatibility
Co-authored-by: Cents02 <Cents02@Cents0.me>
Diffstat (limited to 'src/hardware_functions.cpp')
| -rw-r--r-- | src/hardware_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_functions.cpp b/src/hardware_functions.cpp index 6da642a5..2f3c44d3 100644 --- a/src/hardware_functions.cpp +++ b/src/hardware_functions.cpp @@ -3,7 +3,7 @@ #include <QDebug> #include <QtGlobal> -#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) +#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0) #if (defined(_WIN32) || defined(_WIN64)) #include <windows.h> |
