diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.1/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch')
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.1/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.1/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch b/meta/recipes-qt/qt4/qt4-4.8.1/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch new file mode 100644 index 0000000000..57071c7167 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-4.8.1/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From 049f44c260fb8956f0acf18355e3403638d2a084 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:32:41 +0200 | ||
| 4 | Subject: [PATCH 08/22] qmake.pro: Allow building a separate qmake for the | ||
| 5 | target | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [config] | ||
| 8 | |||
| 9 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 10 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 11 | --- | ||
| 12 | qmake/qmake.pro | 1 + | ||
| 13 | 1 file changed, 1 insertion(+) | ||
| 14 | |||
| 15 | diff --git a/qmake/qmake.pro b/qmake/qmake.pro | ||
| 16 | index 38e0fce..53b1ffb 100644 | ||
| 17 | --- a/qmake/qmake.pro | ||
| 18 | +++ b/qmake/qmake.pro | ||
| 19 | @@ -7,6 +7,7 @@ CONFIG += console bootstrap | ||
| 20 | CONFIG -= qt shared app_bundle uic | ||
| 21 | DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED | ||
| 22 | DESTDIR = ../bin/ | ||
| 23 | +TARGET = qmake2 | ||
| 24 | |||
| 25 | OBJECTS_DIR = . | ||
| 26 | MOC_DIR = . | ||
| 27 | -- | ||
| 28 | 1.7.12 | ||
| 29 | |||
