diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-09-25 18:15:49 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-09-26 00:05:33 +0800 |
commit | 8c4a51b4d7510585a5e2f50730387df01e42d531 (patch) | |
tree | 0fea206389edaf5cc820ad6ed88c3e90101adba0 /recipes | |
parent | d784cb863c0326a555bdfdaa3acccc3dca45e5e5 (diff) |
qt4: Package the debug binaries into tools-dbg
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/qt4/qt4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 5da08a0d36..9750a62964 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -111,6 +111,7 @@ RRECOMMENDS_${QT_BASE_NAME}-fonts = " \ ${QT_BASE_NAME}-fonts-qpf" FILES_${QT_BASE_NAME}-tools = "${bindir}/uic* ${bindir}/moc ${bindir}/rcc ${bindir}/qttracereplay ${bindir}/qdoc*" +FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/uic* ${bindir}/.debug/moc ${bindir}/.debug/rcc ${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc*" FILES_${QT_BASE_NAME}-assistant = "${bindir}/*assistant* ${bindir}/qcollectiongenerator ${bindir}/qhelpconverter ${bindir}/qhelpgenerator" FILES_${QT_BASE_NAME}-assistant-dbg = "${bindir}/.debug/*assistant* ${bindir}/.debug/qcollectiongenerator ${bindir}/.debug/qhelpconverter ${bindir}/.debug/qhelpgenerator" FILES_${QT_BASE_NAME}-common = "${bindir}/qtconfig" |