From ea592334fdf12ce6625106c3f06bb57333690942 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 16 Mar 2020 13:25:22 +0100 Subject: CMake: Add optional dependency on OpenGLWidgets Needed for some benchmarks. Change-Id: I795112bd795bd230fb4852e0aab466547bf56cb2 Reviewed-by: Leander Beernaert Reviewed-by: Alexandru Croitor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e82176a60..3198a5f935 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(QtDeclarative # special case ) find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Gui Widgets Network # special case - OPTIONAL_COMPONENTS OpenGL Sql Concurrent Test) # special case + OPTIONAL_COMPONENTS OpenGL OpenGLWidgets Sql Concurrent Test) # special case # special case begin # export QT6_ADD_QML_MODULE to this project -- cgit v1.2.3