diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 11:12:46 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 18:28:08 +0100 |
commit | 4d4a34c5d29ef7b730eb9da87b39f91352ef66fa (patch) | |
tree | 8df0894830a43956bbf1c629dc3938f3f41ca10a /recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch | |
parent | fa521467249da68e89c762a178550c8109bccae3 (diff) | |
download | meta-qt5-4d4a34c5d29ef7b730eb9da87b39f91352ef66fa.tar.gz |
recipes: Refresh patches to match git recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch b/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch index c597bce3..478862cc 100644 --- a/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch +++ b/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From fd077fa40e7750f5836a07dde4f9c65864f87c3f Mon Sep 17 00:00:00 2001 | 1 | From ccfd4907a2683fb0840fa4fd6a9d979395f4331c Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> | 2 | From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> |
3 | Date: Sun, 26 May 2013 14:26:19 +0200 | 3 | Date: Sun, 26 May 2013 14:26:19 +0200 |
4 | Subject: [PATCH] qmltestexample: fix link | 4 | Subject: [PATCH] qmltestexample: fix link |
@@ -36,7 +36,7 @@ index b5893c5..1b00e6c 100644 | |||
36 | macx: CONFIG -= app_bundle | 36 | macx: CONFIG -= app_bundle |
37 | 37 | ||
38 | diff --git a/tests/auto/qml/qjsengine/qjsengine.pro b/tests/auto/qml/qjsengine/qjsengine.pro | 38 | diff --git a/tests/auto/qml/qjsengine/qjsengine.pro b/tests/auto/qml/qjsengine/qjsengine.pro |
39 | index a62eb75..73b6917 100644 | 39 | index fc2452c..919710f 100644 |
40 | --- a/tests/auto/qml/qjsengine/qjsengine.pro | 40 | --- a/tests/auto/qml/qjsengine/qjsengine.pro |
41 | +++ b/tests/auto/qml/qjsengine/qjsengine.pro | 41 | +++ b/tests/auto/qml/qjsengine/qjsengine.pro |
42 | @@ -1,7 +1,7 @@ | 42 | @@ -1,7 +1,7 @@ |
@@ -47,7 +47,7 @@ index a62eb75..73b6917 100644 | |||
47 | +QT += qml qml-private widgets testlib gui-private quick | 47 | +QT += qml qml-private widgets testlib gui-private quick |
48 | macx:CONFIG -= app_bundle | 48 | macx:CONFIG -= app_bundle |
49 | SOURCES += tst_qjsengine.cpp | 49 | SOURCES += tst_qjsengine.cpp |
50 | 50 | RESOURCES += qjsengine.qrc | |
51 | diff --git a/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro b/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro | 51 | diff --git a/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro b/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro |
52 | index c6d442e..3181dcd 100644 | 52 | index c6d442e..3181dcd 100644 |
53 | --- a/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro | 53 | --- a/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro |
@@ -84,5 +84,5 @@ index 1bb913e..56f2dd5 100644 | |||
84 | 84 | ||
85 | load(qt_tool) | 85 | load(qt_tool) |
86 | -- | 86 | -- |
87 | 2.1.1 | 87 | 2.3.1 |
88 | 88 | ||