From 47039de0f304c8ee9f3869262e81cf956c7e1347 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Fri, 4 Jun 2021 12:20:11 +0300 Subject: Fix compilation errors on sensortags Additionally add find_package() for bluetooth to the top CMakeLists.txt Task-number: QTBUG-94209 Task-number: QTBUG-92502 Task-number: QTBUG-92509 Change-Id: Ied1730e6c3758b2734d8a25d1dcbc43236b997d2 Reviewed-by: Andreas Buhr --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 13f1bb9d..230ad6a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ project(QtSensors find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS - Xml Gui Widgets Quick Qml Svg DBus Multimedia + Xml Gui Widgets Quick Qml Svg DBus Multimedia Bluetooth ) qt_build_repo() -- cgit v1.2.3