diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0017-Allow-building-a-separate-qmake-for-the-target.patch')
| -rw-r--r-- | recipes-qt/qt5/qtbase/0017-Allow-building-a-separate-qmake-for-the-target.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-qt/qt5/qtbase/0017-Allow-building-a-separate-qmake-for-the-target.patch b/recipes-qt/qt5/qtbase/0017-Allow-building-a-separate-qmake-for-the-target.patch deleted file mode 100644 index a6fcfe52..00000000 --- a/recipes-qt/qt5/qtbase/0017-Allow-building-a-separate-qmake-for-the-target.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From a850a288fb526e6a4003616aa11dd992688ccc89 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Mon, 29 Oct 2012 20:26:36 -0700 | ||
| 4 | Subject: [PATCH 17/17] Allow building a separate qmake for the target | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [config] | ||
| 7 | |||
| 8 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 9 | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com> | ||
| 10 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 11 | --- | ||
| 12 | qmake/qmake.pro | 2 ++ | ||
| 13 | 1 file changed, 2 insertions(+) | ||
| 14 | |||
| 15 | diff --git a/qmake/qmake.pro b/qmake/qmake.pro | ||
| 16 | index 89d6ea5..7c605b9 100644 | ||
| 17 | --- a/qmake/qmake.pro | ||
| 18 | +++ b/qmake/qmake.pro | ||
| 19 | @@ -8,6 +8,8 @@ CONFIG -= qt | ||
| 20 | DEFINES += \ | ||
| 21 | QT_BUILD_QMAKE \ | ||
| 22 | PROEVALUATOR_FULL | ||
| 23 | +DESTDIR = ../bin/ | ||
| 24 | +TARGET = qmake | ||
| 25 | |||
| 26 | VPATH += \ | ||
| 27 | ../src/corelib/global \ | ||
| 28 | -- | ||
| 29 | 2.0.0 | ||
| 30 | |||
