Install desktop icon even without xdg-icon-resource

This commit is contained in:
2022-04-18 15:19:58 +02:00
parent b0b1a3a14b
commit 061bb3892e
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setOrganizationName("nou");
a.setApplicationName("Tenmon");
a.setWindowIcon(QIcon(":/icon.png"));
a.setWindowIcon(QIcon(":/org.nou.tenmon.png"));
MainWindow w;
w.show();