diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 20:47:23 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-20 10:52:24 +0200 |
| commit | 1ac2f2220eb497f8be6e07331470187aedf7e323 (patch) | |
| tree | 927deec7fb11ace97c8183118be1522f5fb4b7b1 /recipes-qt/qt5/qtquickcontrols_git.bb | |
| parent | 3af44d648aec077ba313079645be1465c0a8869b (diff) | |
| download | meta-qt5-1ac2f2220eb497f8be6e07331470187aedf7e323.tar.gz | |
qtquickcontrols: fix compilation of examples/texteditor
git/examples/quick/controls/texteditor/src/documenthandler.cpp:136:12: error: invalid use of incomplete type 'class QDebug'
qDebug() << "saved to" << localPath;
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtquickcontrols_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtquickcontrols_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb index 1e25d6e0..6f0379ed 100644 --- a/recipes-qt/qt5/qtquickcontrols_git.bb +++ b/recipes-qt/qt5/qtquickcontrols_git.bb | |||
| @@ -13,4 +13,8 @@ DEPENDS += "qtdeclarative" | |||
| 13 | 13 | ||
| 14 | RDEPENDS_${PN}-dev = "" | 14 | RDEPENDS_${PN}-dev = "" |
| 15 | 15 | ||
| 16 | SRC_URI += " \ | ||
| 17 | file://0001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch \ | ||
| 18 | " | ||
| 19 | |||
| 16 | SRCREV = "93d06fb27d7eae9290db33b6684916a225939f0b" | 20 | SRCREV = "93d06fb27d7eae9290db33b6684916a225939f0b" |
