From 8350fc33a4b6ec42dd371dabaa02ce9d7520b8c2 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Thu, 10 Jan 2019 22:36:48 +0300 Subject: [PATCH] README.md: add information to use the system icons (#343) Without this, applications don't look right in Ubuntu 16.04 (at least). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ca94c..5cb223c 100644 --- a/README.md +++ b/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