diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-21 11:19:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 11:19:55 +0100 |
commit | 8705e88e91959f7058902dd058d63bfd36f73cde (patch) | |
tree | 4455a01d2da3283a212bab5097e36e84db5f892c /launcher/CMakeLists.txt | |
parent | 0be4db30eb98f65543b30d6a2d970ef1df64633b (diff) | |
download | PrismLauncher-8705e88e91959f7058902dd058d63bfd36f73cde.tar.gz PrismLauncher-8705e88e91959f7058902dd058d63bfd36f73cde.tar.bz2 PrismLauncher-8705e88e91959f7058902dd058d63bfd36f73cde.zip |
Fix build on Windows
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 764cb0f2..9841a72e 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -1079,7 +1079,6 @@ qt_wrap_ui(LAUNCHER_UI ui/dialogs/ScrollMessageBox.ui ui/dialogs/BlockedModsDialog.ui ui/dialogs/ChooseProviderDialog.ui - ui/dialogs/InstallLoaderDialog.ui ) qt_add_resources(LAUNCHER_RESOURCES |