mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Change-Id: I58f3555ca32fe6aaef09749bc7117ccb8412deb6 Reviewed-by: Jouni Äijälä <jouni.aijala@qt.io>
27 lines
827 B
Diff
27 lines
827 B
Diff
From 86d59de8f07cbc28bb0f02501f241a422c779bbf Mon Sep 17 00:00:00 2001
|
|
From: Samuli Piippo <samuli.piippo@qt.io>
|
|
Date: Tue, 31 Aug 2021 18:27:48 +0300
|
|
Subject: [PATCH] Enable examples
|
|
|
|
The bug mentioned does not affect bitbake builds.
|
|
|
|
Change-Id: I076763d9241061f9cdb4d46bcd88e46bd4f783aa
|
|
Upstream-Status: Inappropriate [OE Specific]
|
|
---
|
|
examples/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
|
|
index e863dafaf..45ac59f68 100644
|
|
--- a/examples/CMakeLists.txt
|
|
+++ b/examples/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
qt_examples_build_begin(EXTERNAL_BUILD)
|
|
-if(NOT CMAKE_CROSSCOMPILING) #QTBUG-86533
|
|
+if(TRUE) #QTBUG-86533
|
|
if(TARGET Qt::WebEngineCore)
|
|
add_subdirectory(webenginequick)
|
|
endif()
|