Skip to content

Commit 6f5a316

Browse files
authored
Update QtWidgetsApplication.pro
Icons should go to `/usr/share/icons/hicolor/512x512/apps` according to <https://developer.gnome.org/integration-guide/stable/icons.html.en>
1 parent cbcbdb9 commit 6f5a316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QtWidgetsApplication/QtWidgetsApplication.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HEADERS += mainwindow.h
3131
FORMS += mainwindow.ui
3232

3333
target.path = $$PREFIX/bin
34-
icon.path = $$PREFIX/share/icons/hicolor/512x512
34+
icon.path = $$PREFIX/share/icons/hicolor/512x512/apps
3535
icon.files = QtWidgetsApplication.png
3636

3737
desktop_entry.path = $$PREFIX/share/applications

0 commit comments

Comments
 (0)