diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-10 06:34:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 06:34:18 -0800 |
commit | 4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0 (patch) | |
tree | 374f6d2a4d37cd1a0b1f2c31480f236ad9822a08 /launcher/CMakeLists.txt | |
parent | 590875d022c58709b3bfb5e78aafa2318fe009d1 (diff) | |
parent | 34230bfcf415b4ad314d2534e09b40058ef9eaa2 (diff) | |
download | PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.tar.gz PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.tar.bz2 PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.zip |
Merge pull request #32 from flowln/modpack_update_page
Closes https://github.com/PrismLauncher/PrismLauncher/issues/180
Closes https://github.com/PrismLauncher/PrismLauncher/issues/170
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 3eb765dc..245b6995 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -680,6 +680,8 @@ SET(LAUNCHER_SOURCES ui/pages/instance/GameOptionsPage.h ui/pages/instance/VersionPage.cpp ui/pages/instance/VersionPage.h + ui/pages/instance/ManagedPackPage.cpp + ui/pages/instance/ManagedPackPage.h ui/pages/instance/TexturePackPage.h ui/pages/instance/ResourcePackPage.h ui/pages/instance/ShaderPackPage.h @@ -919,6 +921,7 @@ qt_wrap_ui(LAUNCHER_UI ui/pages/instance/OtherLogsPage.ui ui/pages/instance/InstanceSettingsPage.ui ui/pages/instance/VersionPage.ui + ui/pages/instance/ManagedPackPage.ui ui/pages/instance/WorldListPage.ui ui/pages/instance/ScreenshotsPage.ui ui/pages/modplatform/atlauncher/AtlOptionalModDialog.ui |