We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4643360 commit 8dac8fcCopy full SHA for 8dac8fc
1 file changed
src/rdm.pro
@@ -124,9 +124,11 @@ unix:!macx { # ubuntu & debian
124
data.path = $$LINUX_INSTALL_PATH/lib
125
data.files = $$PWD/lib/*
126
INSTALLS += data
127
-
+
128
+ appicon_rename.extra = cp $$PWD/resources/images/logo.png $$PWD/resources/images/rdm.png
129
+ INSTALLS += appicon_rename
130
131
appicon.path = /usr/share/pixmaps/
- appicon.extra = cp $$PWD/resources/images/logo.png $$PWD/resources/images/rdm.png
132
appicon.files = $$PWD/resources/images/rdm.png
133
INSTALLS += appicon
134
0 commit comments