summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-07-04 10:20:19 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-08-08 06:27:24 +0000
commit44538bd408cc7d82b858146b759024f5e38e64cc (patch)
tree380aeaab5e6f246501496f40fa2d1573bff80e85 /recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
parent94d666a06730b93f16a4bd9ad8d5509d974e146c (diff)
downloadmeta-qt5-44538bd408cc7d82b858146b759024f5e38e64cc.tar.gz
Upgrade to Qt 5.12.0
Change-Id: I83beaa146a88bf6138e11c87a3308db38d9afd34 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch')
-rw-r--r--recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch b/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
index 88363219..1f871bb0 100644
--- a/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
+++ b/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
@@ -1,4 +1,4 @@
1From 15ba3204df65645f604a23f71f819a392ff1e4b7 Mon Sep 17 00:00:00 2001 1From da05164543625a93f3a646967d4692bcf13f441f Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@theqtcompany.com> 2From: Samuli Piippo <samuli.piippo@theqtcompany.com>
3Date: Wed, 10 Feb 2016 09:02:09 +0200 3Date: Wed, 10 Feb 2016 09:02:09 +0200
4Subject: [PATCH] Allow a tools-only build 4Subject: [PATCH] Allow a tools-only build
@@ -10,12 +10,12 @@ Subject: [PATCH] Allow a tools-only build
10 3 files changed, 8 insertions(+), 3 deletions(-) 10 3 files changed, 8 insertions(+), 3 deletions(-)
11 11
12diff --git a/qt3d.pro b/qt3d.pro 12diff --git a/qt3d.pro b/qt3d.pro
13index 2cc347a1c..81cdeefb0 100644 13index 6f759b293..5f07c7c4e 100644
14--- a/qt3d.pro 14--- a/qt3d.pro
15+++ b/qt3d.pro 15+++ b/qt3d.pro
16@@ -1,4 +1,4 @@ 16@@ -1,4 +1,4 @@
17-requires(qtConfig(opengl)) 17-requires(qtConfig(opengl):!html5)
18+!tools-only:requires(qtConfig(opengl)) 18+!tools-only:requires(qtConfig(opengl):!html5)
19 19
20 CONFIG += examples_need_tools 20 CONFIG += examples_need_tools
21 load(qt_parts) 21 load(qt_parts)