%general-entities; ]> qt-components-&qt5-version; Qt Components Introduction to qt5 comonents These instructions show how to build additional Qt5 components beyond . They are not applicable if the full package has been built. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qt5-md5sum; qt5 components Dependencies Required Recommended dependencies for qtimageformats , , and Recommended dependencies for multimedia , , and Installation of qt5 components There are a few extra components needed for different packages in BLFS. These are qtimageformats, qtlocation, qtwebchannel, qtdoc, and qtmultimedia. Only those components specified for a specific package are needed. You only need to build the relevant component(s). Install each desired component by running the following commands: cd <component> qmake <component>.pro make As the &root; user: make install Remove references to the build directory from installed library dependency (prl) files by running the following command as the &root; user: find $QT5DIR/ -name \*.prl \ -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; Contents Installed Programs Installed Libraries Installed Directories None libQt5<component>.so, $QTDIR/qml/<component> $QTDIR/lib/<component> $QTDIR/include/<component>