How To Install qt5-qtdoc on CentOS 8

qt5-qtdoc is Main Qt5 Reference Documentation

Introduction

In this tutorial we learn how to install qt5-qtdoc on CentOS 8.

What is qt5-qtdoc

QtDoc contains the main Qt Reference Documentation, which includes overviews, Qt topics, and examples not specific to any Qt module.

We can use yum or dnf to install qt5-qtdoc on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qtdoc.

Install qt5-qtdoc on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install qt5-qtdoc using dnf by running the following command:

sudo dnf -y install qt5-qtdoc

Install qt5-qtdoc on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install qt5-qtdoc using yum by running the following command:

sudo yum -y install qt5-qtdoc

How To Uninstall qt5-qtdoc on CentOS 8

To uninstall only the qt5-qtdoc package we can use the following command:

sudo dnf remove qt5-qtdoc

qt5-qtdoc Package Contents on CentOS 8

/usr/share/doc/qt5-qtdoc
/usr/share/doc/qt5-qtdoc/LICENSE.FDL
/usr/share/doc/qt5/qtdoc
/usr/share/doc/qt5/qtdoc.qch
/usr/share/doc/qt5/qtdoc/accelerators.html
/usr/share/doc/qt5/qtdoc/accessibility.html
/usr/share/doc/qt5/qtdoc/accessible-qtquick.html
/usr/share/doc/qt5/qtdoc/accessible-qwidget.html
/usr/share/doc/qt5/qtdoc/accessible.html
/usr/share/doc/qt5/qtdoc/activeqt-idc.html
/usr/share/doc/qt5/qtdoc/activeqt-testcon.html
/usr/share/doc/qt5/qtdoc/activeqt.html
/usr/share/doc/qt5/qtdoc/all-examples.html
/usr/share/doc/qt5/qtdoc/android-3rdparty-libs.html
/usr/share/doc/qt5/qtdoc/android-getting-started.html
/usr/share/doc/qt5/qtdoc/android-openssl-support.html
/usr/share/doc/qt5/qtdoc/android-platform-notes.html
/usr/share/doc/qt5/qtdoc/android-publishing-to-googleplay.html
/usr/share/doc/qt5/qtdoc/android-runtime-licensing-notes.html
/usr/share/doc/qt5/qtdoc/android-services.html
/usr/share/doc/qt5/qtdoc/android.html
/usr/share/doc/qt5/qtdoc/annotated.html
/usr/share/doc/qt5/qtdoc/appicon.html
/usr/share/doc/qt5/qtdoc/atomic-operations.html
/usr/share/doc/qt5/qtdoc/best-practices.html
/usr/share/doc/qt5/qtdoc/bughowto.html
/usr/share/doc/qt5/qtdoc/build-sources.html
/usr/share/doc/qt5/qtdoc/classes.html
/usr/share/doc/qt5/qtdoc/classesandfunctions.html
/usr/share/doc/qt5/qtdoc/cmake-manual.html
/usr/share/doc/qt5/qtdoc/commerciallicense.html
/usr/share/doc/qt5/qtdoc/configure-options.html
/usr/share/doc/qt5/qtdoc/debug.html
/usr/share/doc/qt5/qtdoc/demos-manifest.xml
/usr/share/doc/qt5/qtdoc/deployment-android.html
/usr/share/doc/qt5/qtdoc/deployment-plugins.html
/usr/share/doc/qt5/qtdoc/deployment.html
/usr/share/doc/qt5/qtdoc/desktop-integration.html
/usr/share/doc/qt5/qtdoc/embedded-linux.html
/usr/share/doc/qt5/qtdoc/examples-activeqt.html
/usr/share/doc/qt5/qtdoc/examples-android.html
/usr/share/doc/qt5/qtdoc/examples-animation.html
/usr/share/doc/qt5/qtdoc/examples-draganddrop.html
/usr/share/doc/qt5/qtdoc/examples-gestures.html
/usr/share/doc/qt5/qtdoc/examples-ios.html
/usr/share/doc/qt5/qtdoc/examples-ipc.html
/usr/share/doc/qt5/qtdoc/examples-layouts.html
/usr/share/doc/qt5/qtdoc/examples-license.html
/usr/share/doc/qt5/qtdoc/examples-manifest.xml
/usr/share/doc/qt5/qtdoc/examples-sql.html
/usr/share/doc/qt5/qtdoc/examples-statemachine.html
/usr/share/doc/qt5/qtdoc/examples-threadandconcurrent.html
/usr/share/doc/qt5/qtdoc/examples-widgets-tools.html
/usr/share/doc/qt5/qtdoc/examples-xml.html
/usr/share/doc/qt5/qtdoc/exceptionsafety.html
/usr/share/doc/qt5/qtdoc/fdl.html
/usr/share/doc/qt5/qtdoc/functions.html
/usr/share/doc/qt5/qtdoc/gettingstarted.html
/usr/share/doc/qt5/qtdoc/gpl.html
/usr/share/doc/qt5/qtdoc/groups.html
/usr/share/doc/qt5/qtdoc/hierarchy.html
/usr/share/doc/qt5/qtdoc/highdpi.html
/usr/share/doc/qt5/qtdoc/i18n-plural-rules.html
/usr/share/doc/qt5/qtdoc/i18n-source-translation.html
/usr/share/doc/qt5/qtdoc/i18n.html
/usr/share/doc/qt5/qtdoc/images
/usr/share/doc/qt5/qtdoc/images/I5jasWrsxT0.jpg
/usr/share/doc/qt5/qtdoc/images/accessibleobjecttree.png
/usr/share/doc/qt5/qtdoc/images/activeqt-examples.png
/usr/share/doc/qt5/qtdoc/images/addalarms.png
/usr/share/doc/qt5/qtdoc/images/alarms2.png
/usr/share/doc/qt5/qtdoc/images/alarms3.png
/usr/share/doc/qt5/qtdoc/images/animatedtiles_snapshot.png
/usr/share/doc/qt5/qtdoc/images/animation-examples.png
/usr/share/doc/qt5/qtdoc/images/applicationwindow.png
/usr/share/doc/qt5/qtdoc/images/arrow_bc.png
/usr/share/doc/qt5/qtdoc/images/bgrContent.png
/usr/share/doc/qt5/qtdoc/images/btn_next.png
/usr/share/doc/qt5/qtdoc/images/btn_prev.png
/usr/share/doc/qt5/qtdoc/images/bullet_dn.png
/usr/share/doc/qt5/qtdoc/images/bullet_sq.png
/usr/share/doc/qt5/qtdoc/images/coffee_machine_emptycup.png
/usr/share/doc/qt5/qtdoc/images/coffee_machine_modify.png
/usr/share/doc/qt5/qtdoc/images/coffee_machine_overview.png
/usr/share/doc/qt5/qtdoc/images/coffee_machine_selection.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_designer.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_main.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_navigator.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_newproperties.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_openproperties.png
/usr/share/doc/qt5/qtdoc/images/controlstexteditor_rowproperties.png
/usr/share/doc/qt5/qtdoc/images/deployment-mac-application.png
/usr/share/doc/qt5/qtdoc/images/deployment-mac-bundlestructure.png
/usr/share/doc/qt5/qtdoc/images/deployment-windows-depends.png
/usr/share/doc/qt5/qtdoc/images/detailscreen.png
/usr/share/doc/qt5/qtdoc/images/draganddrop-examples.png
/usr/share/doc/qt5/qtdoc/images/flickr_application.png
/usr/share/doc/qt5/qtdoc/images/home.png
/usr/share/doc/qt5/qtdoc/images/ico_note.png
/usr/share/doc/qt5/qtdoc/images/ico_note_attention.png
/usr/share/doc/qt5/qtdoc/images/ico_out.png
/usr/share/doc/qt5/qtdoc/images/icon_QtCreator_78x78px.png
/usr/share/doc/qt5/qtdoc/images/icon_Qt_78x78px.png
/usr/share/doc/qt5/qtdoc/images/icon_Tools.png
/usr/share/doc/qt5/qtdoc/images/kernel-settings.png
/usr/share/doc/qt5/qtdoc/images/layout-examples.png
/usr/share/doc/qt5/qtdoc/images/logo.png
/usr/share/doc/qt5/qtdoc/images/mainscreen.png
/usr/share/doc/qt5/qtdoc/images/mob-idle.png
/usr/share/doc/qt5/qtdoc/images/ok.png
/usr/share/doc/qt5/qtdoc/images/open-project.png
/usr/share/doc/qt5/qtdoc/images/project-view-2.png
/usr/share/doc/qt5/qtdoc/images/project-view.png
/usr/share/doc/qt5/qtdoc/images/project-wizard.png
/usr/share/doc/qt5/qtdoc/images/qml-extending-types.gif
/usr/share/doc/qt5/qtdoc/images/qml-uses-animation.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-integratingjs.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-layouts-anchors.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-layouts-direct.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-layouts-positioners.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-text.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-visual-opacity.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-visual-rectangles.png
/usr/share/doc/qt5/qtdoc/images/qml-uses-visual-transforms.png
/usr/share/doc/qt5/qtdoc/images/qt-codesample.png
/usr/share/doc/qt5/qtdoc/images/qt-creator-gs.png
/usr/share/doc/qt5/qtdoc/images/qt-embedded-fontfeatures.png
/usr/share/doc/qt5/qtdoc/images/qt5_everywhere_demo.jpg
/usr/share/doc/qt5/qtdoc/images/qt5_graphicaleffects.jpg
/usr/share/doc/qt5/qtdoc/images/qt5_particles.jpg
/usr/share/doc/qt5/qtdoc/images/qt5_shadereffect.jpg
/usr/share/doc/qt5/qtdoc/images/qt5_video.jpg
/usr/share/doc/qt5/qtdoc/images/qt5_widgets.jpg
/usr/share/doc/qt5/qtdoc/images/qtcreator-run.png
/usr/share/doc/qt5/qtdoc/images/qtlocation-mapviewer-demo.jpg
/usr/share/doc/qt5/qtdoc/images/qtpositioning_weatherinfo_ex.jpg
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-calqlatr.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-clocks-small.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-1.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-2.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-3.jpg
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-4.jpg
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-5.jpg
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-maroon-med-6.jpg
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-photosurface-small.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-photoviewer-small.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-rssnews-small.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-samegame-med-1.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-samegame-med-2.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-stocqt.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-tweetsearch-med-1.png
/usr/share/doc/qt5/qtdoc/images/qtquick-demo-tweetsearch-med-2.png
/usr/share/doc/qt5/qtdoc/images/qtquickcontrols2-material.png
/usr/share/doc/qt5/qtdoc/images/qtsensors_accelbubble_ex.jpg
/usr/share/doc/qt5/qtdoc/images/qtwebengine_quicknanobrowser.jpg
/usr/share/doc/qt5/qtdoc/images/scalability-gridlayout.png
/usr/share/doc/qt5/qtdoc/images/select-item-to-add.png
/usr/share/doc/qt5/qtdoc/images/session.png
/usr/share/doc/qt5/qtdoc/images/sql-examples.png
/usr/share/doc/qt5/qtdoc/images/thread-examples.png
/usr/share/doc/qt5/qtdoc/images/threadsandobjects.png
/usr/share/doc/qt5/qtdoc/images/threadvisual-example.png
/usr/share/doc/qt5/qtdoc/images/tool-examples.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr/content/images
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr/content/images/paper-edge-left.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr/content/images/paper-edge-right.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/calqlatr/content/images/paper-grip.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/arrow.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/background.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/center.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/clock-night.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/clock.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/hour.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/minute.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/quit.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/clocks/content/second.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/coffee_cup_large.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/coffee_cup_outline.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/cup elements
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/cup elements/coffee_cup_back.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/cup elements/coffee_cup_coverplate.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/cup elements/coffee_cup_front.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/liquids
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/liquids/liquid_coffee.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/liquids/liquid_foam.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/cup structure/liquids/liquid_milk.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees/Americano.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees/Espresso.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees/Latte.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees/Macchiato.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/coffees/cappucino.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/contents
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/contents/coffee.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/contents/milk.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/icons/contents/sugar.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/buttons
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/buttons/back
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/buttons/back/white.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/buttons/go
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/buttons/go/white.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/coffee/images/ui controls/line.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/background.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/bomb-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/bomb-idle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/bomb.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/button-help.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/button-play.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/catch-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/catch.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/cloud.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/currency.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog-bomb.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog-factory.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog-melee.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog-pointer.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog-shooter.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/dialog.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/factory-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/factory-idle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/factory.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/grid.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/help.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/lifes.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/logo-bubble.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/logo-fish.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/logo.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/melee-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/melee-idle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/melee.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/mob-idle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/mob.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/points.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/projectile-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/projectile.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/scores.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/shooter-action.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/shooter-idle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/shooter.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/sunlight.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-1.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-2.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-3.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-blank.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-gameover.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/text-go.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/maroon/content/gfx/wave.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photosurface
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photosurface/resources
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photosurface/resources/folder.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photosurface/resources/icon.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer/PhotoViewerCore
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/box-shadow.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/busy.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/cardboard.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Asia.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Business.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Entertainment.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Europe.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Health.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Politics.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Science.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Sports.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/Technology.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/TopStories.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/USNational.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/World.jpg
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/btn_close.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/busy.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/rssnews/content/images/scrollbar.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/background-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/background.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/bar.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/blue-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/blue.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/bubble-highscore.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/bubble-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-game-1.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-game-2.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-game-3.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-game-4.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-game-new.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-menu.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-puzzle-next.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/but-quit.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/green-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/green.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/icon-fail.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/icon-ok.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/icon-time.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo-a.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo-e.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo-g.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo-m.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo-s.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/logo.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/particle-brick.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/particle-paint.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/particle-smoke.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/red-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/red.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-highscore-new.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-highscore.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-no-winner.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p1-go.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p1-won.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p1.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p2-go.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p2-won.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/text-p2.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/yellow-puzzle.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/samegame/content/gfx/yellow.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt/content/images
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt/content/images/icon-left-arrow.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt/content/images/wheel-touch.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/stocqt/content/images/wheel.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/anonymous.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/bird-anim-sprites.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/icon-clear.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/icon-loading.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/icon-refresh.png
/usr/share/doc/qt5/qtdoc/images/used-in-examples/demos/tweetsearch/content/resources/icon-search.png
/usr/share/doc/qt5/qtdoc/images/xml-examples.png
/usr/share/doc/qt5/qtdoc/index.html
/usr/share/doc/qt5/qtdoc/integrity-building-monolith.html
/usr/share/doc/qt5/qtdoc/integrity-building-qt-for-imx6quad-board.html
/usr/share/doc/qt5/qtdoc/integrity-building-u-boot-image.html
/usr/share/doc/qt5/qtdoc/integrity-creating-bootable-sd-card.html
/usr/share/doc/qt5/qtdoc/integrity-installing-dependencies.html
/usr/share/doc/qt5/qtdoc/integrity-monolith-project-tutorial.html
/usr/share/doc/qt5/qtdoc/integrity-preparing-bsp-for-imx6quad-board.html
/usr/share/doc/qt5/qtdoc/integrity-preparing-u-boot.html
/usr/share/doc/qt5/qtdoc/integrity.html
/usr/share/doc/qt5/qtdoc/internationalization.html
/usr/share/doc/qt5/qtdoc/ios-building-from-source.html
/usr/share/doc/qt5/qtdoc/ios-platform-notes.html
/usr/share/doc/qt5/qtdoc/ios.html
/usr/share/doc/qt5/qtdoc/ipc.html
/usr/share/doc/qt5/qtdoc/known-issues.html
/usr/share/doc/qt5/qtdoc/lgpl.html
/usr/share/doc/qt5/qtdoc/license-changes.html
/usr/share/doc/qt5/qtdoc/licenses-used-in-qt.html
/usr/share/doc/qt5/qtdoc/licensing.html
/usr/share/doc/qt5/qtdoc/linux-building.html
/usr/share/doc/qt5/qtdoc/linux-deployment.html
/usr/share/doc/qt5/qtdoc/linux-issues.html
/usr/share/doc/qt5/qtdoc/linux-requirements.html
/usr/share/doc/qt5/qtdoc/linux.html
/usr/share/doc/qt5/qtdoc/macos-building.html
/usr/share/doc/qt5/qtdoc/macos-deployment.html
/usr/share/doc/qt5/qtdoc/macos-issues.html
/usr/share/doc/qt5/qtdoc/macos.html
/usr/share/doc/qt5/qtdoc/mobiledevelopment.html
/usr/share/doc/qt5/qtdoc/moc.html
/usr/share/doc/qt5/qtdoc/modules-cpp.html
/usr/share/doc/qt5/qtdoc/modules-qml.html
/usr/share/doc/qt5/qtdoc/modules.html
/usr/share/doc/qt5/qtdoc/namespaces.html
/usr/share/doc/qt5/qtdoc/newclasses51.html
/usr/share/doc/qt5/qtdoc/newclasses510.html
/usr/share/doc/qt5/qtdoc/newclasses511.html
/usr/share/doc/qt5/qtdoc/newclasses512.html
/usr/share/doc/qt5/qtdoc/newclasses52.html
/usr/share/doc/qt5/qtdoc/newclasses53.html
/usr/share/doc/qt5/qtdoc/newclasses54.html
/usr/share/doc/qt5/qtdoc/newclasses55.html
/usr/share/doc/qt5/qtdoc/newclasses56.html
/usr/share/doc/qt5/qtdoc/newclasses57.html
/usr/share/doc/qt5/qtdoc/newclasses58.html
/usr/share/doc/qt5/qtdoc/newclasses59.html
/usr/share/doc/qt5/qtdoc/obsoleteclasses.html
/usr/share/doc/qt5/qtdoc/obsoleteqmltypes.html
/usr/share/doc/qt5/qtdoc/opensourcelicense.html
/usr/share/doc/qt5/qtdoc/overviews-main.html
/usr/share/doc/qt5/qtdoc/overviews.html
/usr/share/doc/qt5/qtdoc/plugins-howto.html
/usr/share/doc/qt5/qtdoc/porting-to-android.html
/usr/share/doc/qt5/qtdoc/porting-to-ios.html
/usr/share/doc/qt5/qtdoc/portingcppapp.html
/usr/share/doc/qt5/qtdoc/portingguide.html
/usr/share/doc/qt5/qtdoc/portingqmlapp.html
/usr/share/doc/qt5/qtdoc/qml-codingconventions.html
/usr/share/doc/qt5/qtdoc/qml-glossary.html
/usr/share/doc/qt5/qtdoc/qmlapplications.html
/usr/share/doc/qt5/qtdoc/qmlbasictypes.html
/usr/share/doc/qt5/qtdoc/qmlfirststeps.html
/usr/share/doc/qt5/qtdoc/qmltypes.html
/usr/share/doc/qt5/qtdoc/qnx.html
/usr/share/doc/qt5/qtdoc/qpa.html
/usr/share/doc/qt5/qtdoc/qt-activex.html
/usr/share/doc/qt5/qtdoc/qt-attribution-cmake-macros.html
/usr/share/doc/qt5/qtdoc/qt-attribution-llvm.html
/usr/share/doc/qt5/qtdoc/qt-attribution-llvmpipe.html
/usr/share/doc/qt5/qtdoc/qt-conf.html
/usr/share/doc/qt5/qtdoc/qt-embedded-fonts.html
/usr/share/doc/qt5/qtdoc/qt-embedded-kmap2qmap.html
/usr/share/doc/qt5/qtdoc/qt-embedded-makeqpf.html
/usr/share/doc/qt5/qtdoc/qt-gui-concepts.html
/usr/share/doc/qt5/qtdoc/qt5-intro.html
/usr/share/doc/qt5/qtdoc/qtconcurrent-mtexamples.html
/usr/share/doc/qt5/qtdoc/qtconcurrentexamples.html
/usr/share/doc/qt5/qtdoc/qtdoc-attribution-coffeeexample-titillium.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-calqlatr-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-calqlatr-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-calqlatr-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-calqlatr-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-content-button-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-content-calculator-js.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-content-display-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-content-numberpad-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-calqlatr-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-clocks-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-clocks-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-clocks-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-clocks-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-content-clock-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-clocks-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-applicationflow-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-applicationflowform-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-brewing-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-brewingform-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-choosingcoffee-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-coffee-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-coffeebutton-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-cup-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-cupform-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-emptycup-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-emptycupform-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-imports-coffee-constants-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-imports-coffee-qmldir.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-main-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-navigationbutton-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-qml-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-sidebar-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-coffee-sidebarform-ui-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-buildbutton-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-gamecanvas-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-gameoverscreen-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-infobar-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-logic-js.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-mobs-mobbase-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-newgamescreen-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-soundeffect-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-towers-bomb-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-towers-factory-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-towers-melee-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-towers-ranged-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-content-towers-towerbase-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-maroon-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-maroon-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-maroon-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-maroon-maroon-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-photosurface-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-photosurface-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-photosurface-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photosurface-photosurface-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-main-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewer-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-albumdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-busyindicator-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-button-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-editablebutton-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-photodelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-progressbar-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-rssmodel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-photoviewer-photoviewercore-tag-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-content-busyindicator-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-content-categorydelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-content-newsdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-content-rssfeeds-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-content-scrollbar-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-rssnews-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-rssnews-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-rssnews-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-rssnews-rssnews-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-block-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-blockemitter-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-button-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-gamearea-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level0-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level1-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level2-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level3-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level4-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level5-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level6-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level7-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level8-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-level9-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-levels-templatebase-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-logoanimation-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-menuemitter-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-paintemitter-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-primarypack-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-puzzleblock-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-qmldir.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-samegame-js.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-samegametext-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-settings-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-simpleblock-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-content-smoketext-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-samegame-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-samegame-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-samegame-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-samegame-samegame-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-banner-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-button-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-checkbox-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-qmldir.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-settings-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stockchart-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stockinfo-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stocklistdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stocklistmodel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stocklistview-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stockmodel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stocksettingspanel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-stockview-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-content-windows-settings-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-stocqt-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-stocqt-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-stocqt-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-stocqt-stocqt-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-flipbar-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-lineinput-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-listfooter-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-listheader-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-searchdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-tweetdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-content-tweetsmodel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-tweetsearch-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-tweetsearch-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-demos-tweetsearch-tweetsearch-qmlproject.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-alarmdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-alarmdialog-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-alarmmodel-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-alarms-pro.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-example.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-main-cpp.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-main-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-qml-qrc.html
/usr/share/doc/qt5/qtdoc/qtdoc-tutorials-alarms-tumblerdelegate-qml.html
/usr/share/doc/qt5/qtdoc/qtdoc.index
/usr/share/doc/qt5/qtdoc/qtdoc.qhp
/usr/share/doc/qt5/qtdoc/qtdoc.qhp.sha1
/usr/share/doc/qt5/qtdoc/qtexamples.html
/usr/share/doc/qt5/qtdoc/qtexamplesandtutorials.html
/usr/share/doc/qt5/qtdoc/qtmain.html
/usr/share/doc/qt5/qtdoc/qtmodules.html
/usr/share/doc/qt5/qtdoc/qtopenglextensions.html
/usr/share/doc/qt5/qtdoc/qtquick-debugging.html
/usr/share/doc/qt5/qtdoc/qtquick-deployment.html
/usr/share/doc/qt5/qtdoc/qtquick-internationalization.html
/usr/share/doc/qt5/qtdoc/qtquick-performance.html
/usr/share/doc/qt5/qtdoc/qtquick-porting-qt5.html
/usr/share/doc/qt5/qtdoc/qtquick-qmlscene.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-animations.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-integratingjs.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-layouts.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-styling.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-text.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-userinput.html
/usr/share/doc/qt5/qtdoc/qtquick-usecase-visual.html
/usr/share/doc/qt5/qtdoc/qtquickcontrols-texteditor-action.html
/usr/share/doc/qt5/qtdoc/qtquickcontrols-texteditor-logic.html
/usr/share/doc/qt5/qtdoc/qtquickcontrols-texteditor-ui.html
/usr/share/doc/qt5/qtdoc/qtquickcontrols-texteditor.html
/usr/share/doc/qt5/qtdoc/qundo.html
/usr/share/doc/qt5/qtdoc/rcc.html
/usr/share/doc/qt5/qtdoc/reference-overview.html
/usr/share/doc/qt5/qtdoc/restoring-geometry.html
/usr/share/doc/qt5/qtdoc/scalability.html
/usr/share/doc/qt5/qtdoc/session.html
/usr/share/doc/qt5/qtdoc/sharedlibrary.html
/usr/share/doc/qt5/qtdoc/signalsandslots-syntaxes.html
/usr/share/doc/qt5/qtdoc/sourcebreaks.html
/usr/share/doc/qt5/qtdoc/sql-examples.html
/usr/share/doc/qt5/qtdoc/string-processing.html
/usr/share/doc/qt5/qtdoc/style
/usr/share/doc/qt5/qtdoc/style/offline-simple.css
/usr/share/doc/qt5/qtdoc/style/offline.css
/usr/share/doc/qt5/qtdoc/style/qt5-sidebar.html
/usr/share/doc/qt5/qtdoc/supported-platforms.html
/usr/share/doc/qt5/qtdoc/testing-and-debugging.html
/usr/share/doc/qt5/qtdoc/third-party-libraries.html
/usr/share/doc/qt5/qtdoc/thread-basics.html
/usr/share/doc/qt5/qtdoc/thread.html
/usr/share/doc/qt5/qtdoc/threads-modules.html
/usr/share/doc/qt5/qtdoc/threads-qobject.html
/usr/share/doc/qt5/qtdoc/threads-reentrancy.html
/usr/share/doc/qt5/qtdoc/threads-synchronizing.html
/usr/share/doc/qt5/qtdoc/threads-technologies.html
/usr/share/doc/qt5/qtdoc/threads.html
/usr/share/doc/qt5/qtdoc/topics-app-development.html
/usr/share/doc/qt5/qtdoc/topics-core.html
/usr/share/doc/qt5/qtdoc/topics-data-storage.html
/usr/share/doc/qt5/qtdoc/topics-graphics.html
/usr/share/doc/qt5/qtdoc/topics-network-connectivity.html
/usr/share/doc/qt5/qtdoc/topics-scripting.html
/usr/share/doc/qt5/qtdoc/topics-ui.html
/usr/share/doc/qt5/qtdoc/topics-web-content.html
/usr/share/doc/qt5/qtdoc/touchinputexamples.html
/usr/share/doc/qt5/qtdoc/trademarks.html
/usr/share/doc/qt5/qtdoc/uic.html
/usr/share/doc/qt5/qtdoc/unicode.html
/usr/share/doc/qt5/qtdoc/unix-signals.html
/usr/share/doc/qt5/qtdoc/vxworks.html
/usr/share/doc/qt5/qtdoc/wasm.html
/usr/share/doc/qt5/qtdoc/webgl.html
/usr/share/doc/qt5/qtdoc/whatsnew50.html
/usr/share/doc/qt5/qtdoc/whatsnew51.html
/usr/share/doc/qt5/qtdoc/whatsnew510.html
/usr/share/doc/qt5/qtdoc/whatsnew511.html
/usr/share/doc/qt5/qtdoc/whatsnew512.html
/usr/share/doc/qt5/qtdoc/whatsnew52.html
/usr/share/doc/qt5/qtdoc/whatsnew53.html
/usr/share/doc/qt5/qtdoc/whatsnew54.html
/usr/share/doc/qt5/qtdoc/whatsnew55.html
/usr/share/doc/qt5/qtdoc/whatsnew56.html
/usr/share/doc/qt5/qtdoc/whatsnew57.html
/usr/share/doc/qt5/qtdoc/whatsnew58.html
/usr/share/doc/qt5/qtdoc/whatsnew59.html
/usr/share/doc/qt5/qtdoc/why-moc.html
/usr/share/doc/qt5/qtdoc/windows-building.html
/usr/share/doc/qt5/qtdoc/windows-deployment.html
/usr/share/doc/qt5/qtdoc/windows-issues.html
/usr/share/doc/qt5/qtdoc/windows-requirements.html
/usr/share/doc/qt5/qtdoc/windows.html
/usr/share/doc/qt5/qtdoc/winrt-support.html
/usr/share/doc/qt5/qtdoc/xml-examples.html

References

Summary

In this tutorial we learn how to install qt5-qtdoc on CentOS 8 using yum and dnf.