diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-13 17:01:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-13 17:01:34 +0100 |
commit | 078e0a348f025dad3f317ab16eeacd7a4f04dec4 (patch) | |
tree | 1e778ea5f0960f8bc731672275cf001741613e78 /cmake/opentrack-qt.cmake | |
parent | 49afac0f19c597495e69ffb198f6a0ec13fe20eb (diff) |
cmake: require Qt 5.14
Diffstat (limited to 'cmake/opentrack-qt.cmake')
-rw-r--r-- | cmake/opentrack-qt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake index 41bd6291..2fd43fbb 100644 --- a/cmake/opentrack-qt.cmake +++ b/cmake/opentrack-qt.cmake @@ -11,7 +11,7 @@ if(APPLE) list(APPEND qt-imported-targets Qt5::DBus Qt5::Multimedia) endif() -find_package(Qt5 REQUIRED COMPONENTS ${qt-required-components} QUIET) +find_package(Qt5 5.14.0 REQUIRED COMPONENTS ${qt-required-components} QUIET) find_package(Qt5 COMPONENTS ${qt-optional-components} QUIET) set(MY_QT_LIBS ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5Network_LIBRARIES}) |