diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-28 08:47:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 08:47:53 +0200 |
commit | faec21d572549793293bf41127e384811f8a66dc (patch) | |
tree | e4e2c4b4c9c66cc3bac785c045339fe8d91634f4 /launcher/CMakeLists.txt | |
parent | 213f03351f6ee0a066c868f0efa0c6d85913585e (diff) | |
parent | ed4dce2fb658de726435b06f1d8973b447279f1e (diff) | |
download | PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.tar.gz PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.tar.bz2 PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.zip |
Merge pull request #1266 from TheKodeToad/smol-tweaks
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 6ca31d46..312288a1 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -682,6 +682,7 @@ SET(LAUNCHER_SOURCES VersionProxyModel.h VersionProxyModel.cpp Markdown.h + Markdown.cpp # Super secret! KonamiCode.h @@ -825,8 +826,8 @@ SET(LAUNCHER_SOURCES ui/pages/global/APIPage.h # GUI - platform pages - ui/pages/modplatform/VanillaPage.cpp - ui/pages/modplatform/VanillaPage.h + ui/pages/modplatform/CustomPage.cpp + ui/pages/modplatform/CustomPage.h ui/pages/modplatform/ResourcePage.cpp ui/pages/modplatform/ResourcePage.h @@ -1032,7 +1033,7 @@ qt_wrap_ui(LAUNCHER_UI ui/pages/instance/ScreenshotsPage.ui ui/pages/modplatform/atlauncher/AtlOptionalModDialog.ui ui/pages/modplatform/atlauncher/AtlPage.ui - ui/pages/modplatform/VanillaPage.ui + ui/pages/modplatform/CustomPage.ui ui/pages/modplatform/ResourcePage.ui ui/pages/modplatform/flame/FlamePage.ui ui/pages/modplatform/legacy_ftb/Page.ui |