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" +