diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-06-22 19:55:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 19:55:53 +0200 |
commit | 5479fbec92481e03d49a4c16dde68f56538b9bc8 (patch) | |
tree | 6e1e67980b624da890242dc15a6b4fd37a331f2b /application/CMakeLists.txt | |
parent | bc2c6cf03027841f775d4b5891db6c25f2f37161 (diff) | |
parent | 4ba0c9c2986d9fb133db923d2da60de9272ccc0a (diff) | |
download | PrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.tar.gz PrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.tar.bz2 PrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.zip |
Merge pull request #3819 from jamierocks/atl-optional-mods
NOISSUE Support ATLauncher optional mods
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index c5be22d0..ab2b9960 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -129,6 +129,8 @@ SET(MULTIMC_SOURCES pages/modplatform/atlauncher/AtlFilterModel.h pages/modplatform/atlauncher/AtlListModel.cpp pages/modplatform/atlauncher/AtlListModel.h + pages/modplatform/atlauncher/AtlOptionalModDialog.cpp + pages/modplatform/atlauncher/AtlOptionalModDialog.h pages/modplatform/atlauncher/AtlPage.cpp pages/modplatform/atlauncher/AtlPage.h @@ -278,6 +280,9 @@ SET(MULTIMC_UIS pages/modplatform/technic/TechnicPage.ui pages/modplatform/ImportPage.ui + # Platform Dialogs + pages/modplatform/atlauncher/AtlOptionalModDialog.ui + # Dialogs dialogs/CopyInstanceDialog.ui dialogs/NewComponentDialog.ui |