1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-21 20:41:40 +02:00

Add missing rc from last commit

This commit is contained in:
Elias Steurer 2020-08-13 12:37:44 +02:00
parent a5b84b2eef
commit 41a4b3d45f
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -31,7 +31,6 @@ ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash

4
ScreenPlay/ScreenPlay.rc Normal file
View File

@ -0,0 +1,4 @@
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE "assets/icons/app.ico"