summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
diff options
context:
space:
mode:
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.patch31
1 files changed, 0 insertions, 31 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
deleted file mode 100644
index c9d2223..0000000
--- a/recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 778d0c4515bae5bdeb650fb3e6b3e32a73722b51 Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@theqtcompany.com>
3Date: Wed, 10 Feb 2016 09:02:09 +0200
4Subject: [PATCH] Allow a tools-only build
5
6---
7 qt3d.pro | 7 ++++++-
8 1 file changed, 6 insertions(+), 1 deletion(-)
9
10diff --git a/qt3d.pro b/qt3d.pro
11index a26e76d..263e3c4 100644
12--- a/qt3d.pro
13+++ b/qt3d.pro
14@@ -1,4 +1,4 @@
15-requires(contains(QT_CONFIG, opengl))
16+!tools-only:requires(contains(QT_CONFIG, opengl))
17
18 load(configure)
19 qtCompileTest(assimp)
20@@ -17,3 +17,8 @@ load(qt_parts)
21
22 OTHER_FILES += \
23 sync.profile
24+
25+tools-only {
26+ sub_tools.depends -= sub_src
27+ SUBDIRS = sub_tools
28+}
29--
301.9.1
31