We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162d498 commit c69abeaCopy full SHA for c69abea
data/data.pro
@@ -30,9 +30,9 @@ for(size, SIZES) {
30
INSTALLS += icon$${size}x$${size}
31
}
32
33
-icon_svg.files = $$PWD/artwork/$${TARGET}.svg
34
-icon_svg.path = /usr/share/icons/hicolor/scalable/apps
35
-INSTALLS += icon_svg
+#icon_svg.files = $$PWD/artwork/$${TARGET}.svg
+#icon_svg.path = /usr/share/icons/hicolor/scalable/apps
+#INSTALLS += icon_svg
36
37
desktop.files = $$PWD/$${TARGET}.desktop
38
desktop.path = /usr/share/applications
0 commit comments