aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-03-13 11:50:18 -0300
committerflow <thiagodonato300@gmail.com>2022-03-13 11:50:18 -0300
commitb3b613d8b4a5012d22b9e1646f4367fd27c783e3 (patch)
treef4ab9a381b95987e91f1f6eb7129cfcb30cd57f9 /launcher/CMakeLists.txt
parentb96572774fd13fea7bc0ec0110bf0bde1e898ffe (diff)
downloadPrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.tar.gz
PrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.tar.bz2
PrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.zip
feat(ui): make a better "Mod download confirmation dialog"
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 86c05651..039841ef 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -797,6 +797,8 @@ SET(LAUNCHER_SOURCES
ui/pagedialog/PageDialog.h
ui/dialogs/ProgressDialog.cpp
ui/dialogs/ProgressDialog.h
+ ui/dialogs/ReviewMessageBox.cpp
+ ui/dialogs/ReviewMessageBox.h
ui/dialogs/UpdateDialog.cpp
ui/dialogs/UpdateDialog.h
ui/dialogs/VersionSelectDialog.cpp
@@ -905,6 +907,7 @@ qt5_wrap_ui(LAUNCHER_UI
ui/dialogs/AboutDialog.ui
ui/dialogs/LoginDialog.ui
ui/dialogs/EditAccountDialog.ui
+ ui/dialogs/ReviewMessageBox.ui
)
qt5_add_resources(LAUNCHER_RESOURCES