1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add window favicon

This commit is contained in:
kelteseth 2017-04-17 12:54:53 +02:00
parent 78d2e608ef
commit 3d71c7083f
3 changed files with 2 additions and 0 deletions

BIN
assets/icons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -24,6 +24,7 @@ int main(int argc, char* argv[])
QCoreApplication::setOrganizationDomain("aimber.net");
QCoreApplication::setApplicationName("ScreenPlay");
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
app.setWindowIcon(QIcon(":/assets/icons/favicon.ico"));
InstalledListModel ilm;

View File

@ -31,5 +31,6 @@
<file>assets/icons/icon_monitor.svg</file>
<file>assets/icons/icon_download.svg</file>
<file>qml/Components/ScreenPlayItemImage.qml</file>
<file>assets/icons/favicon.ico</file>
</qresource>
</RCC>