diff options
Diffstat (limited to 'recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch')
-rw-r--r-- | recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch b/recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch index a43dbeba..10ebdac9 100644 --- a/recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch +++ b/recipes-qt/qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From cac05ba982e5047c11add015f6f6125863e5226d Mon Sep 17 00:00:00 2001 | 1 | From d278498bae51f730e77fee0c96eb2be8041fedda Mon Sep 17 00:00:00 2001 |
2 | From: Samuli Piippo <samuli.piippo@qt.io> | 2 | From: Samuli Piippo <samuli.piippo@qt.io> |
3 | Date: Wed, 7 Jun 2017 15:17:12 +0300 | 3 | Date: Wed, 7 Jun 2017 15:17:12 +0300 |
4 | Subject: [PATCH] Allow a tools-only build | 4 | Subject: [PATCH] Allow a tools-only build |
@@ -23,10 +23,10 @@ index 5e88bf8..6efd19e 100644 | |||
23 | # qtPrepareTool honors QT_TOOL.repc.binary if set | 23 | # qtPrepareTool honors QT_TOOL.repc.binary if set |
24 | qtPrepareTool(QMAKE_REPC, repc) | 24 | qtPrepareTool(QMAKE_REPC, repc) |
25 | diff --git a/qtremoteobjects.pro b/qtremoteobjects.pro | 25 | diff --git a/qtremoteobjects.pro b/qtremoteobjects.pro |
26 | index c2e2b6b..93c2bb5 100644 | 26 | index 454f0d1..7c1d2ee 100644 |
27 | --- a/qtremoteobjects.pro | 27 | --- a/qtremoteobjects.pro |
28 | +++ b/qtremoteobjects.pro | 28 | +++ b/qtremoteobjects.pro |
29 | @@ -2,3 +2,8 @@ CONFIG += examples_need_tools tests_need_tools | 29 | @@ -4,3 +4,8 @@ CONFIG += examples_need_tools tests_need_tools |
30 | load(qt_parts) | 30 | load(qt_parts) |
31 | 31 | ||
32 | SUBDIRS += mkspecs | 32 | SUBDIRS += mkspecs |