c++ - Qt Creator - how to set application icon for ubuntu linux? -
i have seen original question qt-creator-how-to-set-application-icon
but did not me because building app in ubuntu , qt`s documentation not clear me..
is there anynone, has done it? whats method?
thanks in advance.
linux not have standard reading embedded resources, there no way embed icon in application binary , have display in menu , launcher. have install icon in appropriate pixmaps
directory , .desktop
file in appropriate apps
directory pointing application , respective icon.
the qt documentation quoted refers icon theme specification, describes files should installed. installing application icons towards end summary of needs done.
you have install files in "install" target of build system (qmake or cmake or use) , possibly create debian package on top of that. qt creator unlikely these.
Comments
Post a Comment