diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-30 18:06:17 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-01-07 15:04:22 -0700 |
commit | 03b75bf2a98edd4114be4799f974bb10fe9b82c4 (patch) | |
tree | a39020bf8475795875cba7e90c422b50c8b3a675 /launcher/CMakeLists.txt | |
parent | f3f628410d3d4c9589b8ec2d06d492e7861c35a3 (diff) | |
download | PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.gz PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.bz2 PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.zip |
feat: Import all the things!
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 8b5c63ff..a3520e72 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -841,8 +841,8 @@ SET(LAUNCHER_SOURCES ui/dialogs/ExportInstanceDialog.h ui/dialogs/IconPickerDialog.cpp ui/dialogs/IconPickerDialog.h - ui/dialogs/ImportResourcePackDialog.cpp - ui/dialogs/ImportResourcePackDialog.h + ui/dialogs/ImportResourceDialog.cpp + ui/dialogs/ImportResourceDialog.h ui/dialogs/LoginDialog.cpp ui/dialogs/LoginDialog.h ui/dialogs/MSALoginDialog.cpp @@ -992,7 +992,7 @@ qt_wrap_ui(LAUNCHER_UI ui/dialogs/SkinUploadDialog.ui ui/dialogs/ExportInstanceDialog.ui ui/dialogs/IconPickerDialog.ui - ui/dialogs/ImportResourcePackDialog.ui + ui/dialogs/ImportResourceDialog.ui ui/dialogs/MSALoginDialog.ui ui/dialogs/OfflineLoginDialog.ui ui/dialogs/AboutDialog.ui |