Browse Source

README.md: add information to use the system icons (#343)

Without this, applications don't look right in Ubuntu 16.04 (at least).
master
Alberto Mardegan 6 years ago
committed by probonopd
parent
commit
8350fc33a4
  1. 4
      README.md

4
README.md

@ -133,9 +133,9 @@ Alternatively, you could use `$DESTDIR`.
#### Adding icon and icon theme support
To enable icon and icon theme support you must add `iconengines` as an extra Qt plugin while running `linuxdeployqt`.
To enable icon and icon theme support you must add `iconengines` as an extra Qt plugin while running `linuxdeployqt`. In order for your application to locate the system theme icons, the `libqgtk3.so` platform theme must also be added:
`-extra-plugins=iconengines`
`-extra-plugins=iconengines,platformthemes/libqgtk3.so`
#### Adding extra Qt plugins

Loading…
Cancel
Save