From 078e0a348f025dad3f317ab16eeacd7a4f04dec4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 13 Jan 2020 17:01:25 +0100 Subject: cmake: require Qt 5.14 --- cmake/opentrack-qt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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}) -- cgit v1.2.3