diff options
author | Tayou <tayou@gmx.net> | 2022-10-22 19:43:04 +0200 |
---|---|---|
committer | Tayou <tayou@gmx.net> | 2023-01-10 16:06:01 +0100 |
commit | 1b80ae0fca5e41d8caaa7d77d19faa9826752143 (patch) | |
tree | fcdc7c2a84261a8ff90af6222b37b8ee4c64bb1b /launcher/CMakeLists.txt | |
parent | 61144f7a219995fa29531683ed36e8e4002848b5 (diff) | |
download | PrismLauncher-1b80ae0fca5e41d8caaa7d77d19faa9826752143.tar.gz PrismLauncher-1b80ae0fca5e41d8caaa7d77d19faa9826752143.tar.bz2 PrismLauncher-1b80ae0fca5e41d8caaa7d77d19faa9826752143.zip |
add theme setup wizard
Signed-off-by: Tayou <tayou@gmx.net>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 57480671..74b7b212 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -683,6 +683,8 @@ SET(LAUNCHER_SOURCES ui/setupwizard/LanguageWizardPage.h ui/setupwizard/PasteWizardPage.cpp ui/setupwizard/PasteWizardPage.h + ui/setupwizard/ThemeWizardPage.cpp + ui/setupwizard/ThemeWizardPage.h # GUI - themes ui/themes/FusionTheme.cpp @@ -922,6 +924,8 @@ SET(LAUNCHER_SOURCES ui/widgets/ProgressWidget.cpp ui/widgets/WideBar.h ui/widgets/WideBar.cpp + ui/widgets/ThemeCustomizationWidget.h + ui/widgets/ThemeCustomizationWidget.cpp # GUI - instance group view ui/instanceview/InstanceProxyModel.cpp @@ -939,6 +943,7 @@ SET(LAUNCHER_SOURCES qt_wrap_ui(LAUNCHER_UI ui/setupwizard/PasteWizardPage.ui + ui/setupwizard/ThemeWizardPage.ui ui/pages/global/AccountListPage.ui ui/pages/global/JavaPage.ui ui/pages/global/LauncherPage.ui @@ -971,6 +976,7 @@ qt_wrap_ui(LAUNCHER_UI ui/widgets/CustomCommands.ui ui/widgets/InfoFrame.ui ui/widgets/ModFilterWidget.ui + ui/widgets/ThemeCustomizationWidget.ui ui/dialogs/CopyInstanceDialog.ui ui/dialogs/ProfileSetupDialog.ui ui/dialogs/ProgressDialog.ui |