For application specific Icons you best place them in a qrc.But I'm not sure what the best practice is here, but I think KStars is already doing this and Kate maybe too. Kind regards, Hannah
From: albertv...@gmail.com Date: Sat, 3 Dec 2016 11:03:37 +0100 Subject: App-installed icons on Windows To: kde-windows@kde.org Hi, We have in place a solution to load the Breeze icon theme from "icontheme.rcc" on Windows. But how can we do to also use app-installed icons? Can we just register two rcc files? Should we change the code to load every *.rcc file in the data dir, so apps can provide their own, instead of limiting it to a single one? Albert