diff options
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch b/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch deleted file mode 100644 index 7ed95e4b..00000000 --- a/recipes-qt/qt5/qtdeclarative/0001-qmltestexample-fix-link.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From e22cb54286083886be5081332de2f64ab0b78b4b Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> | ||
3 | Date: Sun, 26 May 2013 14:26:19 +0200 | ||
4 | Subject: [PATCH] qmltestexample: fix link | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | else we get : | ||
10 | ld: warning: libQt5Quick.so.5, needed by libQt5QuickTest.so, not found | ||
11 | |||
12 | Upstream-Status: Inappropriate | ||
13 | |||
14 | Signed-off-by: Eric BĂ©nard <eric@eukrea.com> | ||
15 | --- | ||
16 | examples/qmltest/qmltest/qmltest.pro | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/examples/qmltest/qmltest/qmltest.pro b/examples/qmltest/qmltest/qmltest.pro | ||
20 | index b5893c5..1b00e6c 100644 | ||
21 | --- a/examples/qmltest/qmltest/qmltest.pro | ||
22 | +++ b/examples/qmltest/qmltest/qmltest.pro | ||
23 | @@ -14,7 +14,7 @@ TESTDATA += tst_basic.qml tst_item.qml | ||
24 | # This code exists solely for the purpose of building this example | ||
25 | # inside the examples/ hierarchy. | ||
26 | |||
27 | -QT += qml qmltest | ||
28 | +QT += qml qmltest quick | ||
29 | |||
30 | macx: CONFIG -= app_bundle | ||
31 | |||
32 | -- | ||
33 | 1.8.1.4 | ||
34 | |||