27 lines
827 B
Diff
27 lines
827 B
Diff
|
|
From 221aefe4d8777f45955cb100dfc4c7204c885a19 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 ccad90e11..32cd6d69d 100644
|
||
|
|
--- a/examples/CMakeLists.txt
|
||
|
|
+++ b/examples/CMakeLists.txt
|
||
|
|
@@ -1,7 +1,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()
|