diff options
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 4dcf7a3210..de8cb691e3 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -113,6 +113,16 @@ RRECOMMENDS_${QT_BASE_NAME}-fonts = " \ | |||
113 | ${QT_BASE_NAME}-fonts-pfa \ | 113 | ${QT_BASE_NAME}-fonts-pfa \ |
114 | ${QT_BASE_NAME}-fonts-pfb \ | 114 | ${QT_BASE_NAME}-fonts-pfb \ |
115 | ${QT_BASE_NAME}-fonts-qpf" | 115 | ${QT_BASE_NAME}-fonts-qpf" |
116 | RRECOMMENDS_${QT_BASE_NAME}-demos += " \ | ||
117 | ${QT_BASE_NAME}-fonts \ | ||
118 | ${QT_BASE_NAME}-examples \ | ||
119 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | ||
120 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ | ||
121 | ${QT_BASE_NAME}-assistant \ | ||
122 | ${PN}-doc" | ||
123 | RRECOMMENDS_${QT_BASE_NAME}-examples += " \ | ||
124 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | ||
125 | ${QT_BASE_NAME}-plugin-imageformat-jpeg" | ||
116 | 126 | ||
117 | FILES_${QT_BASE_NAME}-tools = "${bindir}/uic* ${bindir}/moc ${bindir}/rcc ${bindir}/qttracereplay ${bindir}/qdoc*" | 127 | FILES_${QT_BASE_NAME}-tools = "${bindir}/uic* ${bindir}/moc ${bindir}/rcc ${bindir}/qttracereplay ${bindir}/qdoc*" |
118 | FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/uic* ${bindir}/.debug/moc ${bindir}/.debug/rcc ${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc*" | 128 | FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/uic* ${bindir}/.debug/moc ${bindir}/.debug/rcc ${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc*" |