From eb1c69a9ffc400525e3df6f6b1def8c5060c75f5 Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Wed, 1 Jan 2020 15:46:32 +1100 Subject: [PATCH] UI: Supply Windows manifest file --- .gitignore | 1 - UI/CMakeLists.txt | 1 + UI/obs.manifest | 26 ++++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 UI/obs.manifest diff --git a/.gitignore b/.gitignore index c88721bba..1776a9544 100644 --- a/.gitignore +++ b/.gitignore @@ -89,7 +89,6 @@ tags *.obj *.pdb *.res -*.manifest *.dep *.zip *.lnk diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt index 9ef923abd..c0af1d0c6 100644 --- a/UI/CMakeLists.txt +++ b/UI/CMakeLists.txt @@ -350,6 +350,7 @@ qt5_wrap_ui(obs_UI_HEADERS ${obs_UI}) qt5_add_resources(obs_QRC_SOURCES ${obs_QRC}) add_executable(obs WIN32 + obs.manifest ${obs_SOURCES} ${obs_HEADERS} ${obs_UI_HEADERS} diff --git a/UI/obs.manifest b/UI/obs.manifest new file mode 100644 index 000000000..74c6d8148 --- /dev/null +++ b/UI/obs.manifest @@ -0,0 +1,26 @@ + + + OBS Studio + + + + + + + + + + + + + + + + + + + +