diff options
Diffstat (limited to 'recipes/qt4/qt-4.6.2.inc')
-rw-r--r-- | recipes/qt4/qt-4.6.2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.6.2.inc b/recipes/qt4/qt-4.6.2.inc index e89cf1787a..4a9f077aea 100644 --- a/recipes/qt4/qt-4.6.2.inc +++ b/recipes/qt4/qt-4.6.2.inc @@ -57,6 +57,9 @@ do_install_append() { for i in rcc uic moc ; do install -m 0755 ${S}/bin/$i ${D}${bindir}/ done + + #Append an E to the qtdemo file + mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX} } LICENSE = "LGPLv2.1 GPLv3" |