aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-26 17:40:49 -0500
committerGitHub <noreply@github.com>2022-01-26 17:40:49 -0500
commit02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb (patch)
treed8eed237b3c830c47edeeeb0fb59236d740d5ab5 /launcher/CMakeLists.txt
parent068094583912797855cc7ef8045198d51eedcfac (diff)
parent0eff21a4f1ee97e4b0a484c608eac9617897446d (diff)
downloadPrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.gz
PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.bz2
PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.zip
Merge pull request #67 from PolyMC/feature/no_paste_ee
Full replacement of paste.ee
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index b5c52afa..c49b68b2 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -707,8 +707,8 @@ SET(LAUNCHER_SOURCES
ui/pages/global/LauncherPage.h
ui/pages/global/ProxyPage.cpp
ui/pages/global/ProxyPage.h
- ui/pages/global/PasteEEPage.cpp
- ui/pages/global/PasteEEPage.h
+ ui/pages/global/PastePage.cpp
+ ui/pages/global/PastePage.h
# GUI - platform pages
ui/pages/modplatform/VanillaPage.cpp
@@ -842,7 +842,7 @@ qt5_wrap_ui(LAUNCHER_UI
ui/pages/global/AccountListPage.ui
ui/pages/global/JavaPage.ui
ui/pages/global/LauncherPage.ui
- ui/pages/global/PasteEEPage.ui
+ ui/pages/global/PastePage.ui
ui/pages/global/ProxyPage.ui
ui/pages/global/MinecraftPage.ui
ui/pages/global/ExternalToolsPage.ui