From 41a4b3d45f1224b6b4002355468ec59e21e80673 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 13 Aug 2020 12:37:44 +0200 Subject: [PATCH] Add missing rc from last commit --- .gitignore | 3 +-- ScreenPlay/ScreenPlay.rc | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 ScreenPlay/ScreenPlay.rc diff --git a/.gitignore b/.gitignore index 015ffeb8..c86b117d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/** \ No newline at end of file +.cmake/** diff --git a/ScreenPlay/ScreenPlay.rc b/ScreenPlay/ScreenPlay.rc new file mode 100644 index 00000000..745019ae --- /dev/null +++ b/ScreenPlay/ScreenPlay.rc @@ -0,0 +1,4 @@ +#include + +IDI_ICON1 ICON DISCARDABLE "assets/icons/app.ico" +