1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-08 21:56:04 +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

3
.gitignore vendored
View File

@ -31,7 +31,6 @@ ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash
@ -88,4 +87,4 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
.cmake/**
.cmake/**

4
ScreenPlay/ScreenPlay.rc Normal file
View File

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