diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-09 04:38:35 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-09 04:38:35 +0100 |
commit | c08053d8b87de4d0fd4f9ac51021e03dfd851420 (patch) | |
tree | 8c947a06781438d8dc2e139e81634bf39b7f3a76 /application/CMakeLists.txt | |
parent | e71786d7b97c6e3b7aa91d085c935ef67832abc3 (diff) | |
download | PrismLauncher-c08053d8b87de4d0fd4f9ac51021e03dfd851420.tar.gz PrismLauncher-c08053d8b87de4d0fd4f9ac51021e03dfd851420.tar.bz2 PrismLauncher-c08053d8b87de4d0fd4f9ac51021e03dfd851420.zip |
NOISSUE split out language selection widget, use it in settings
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 30fa8464..30ef7268 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -116,6 +116,8 @@ SET(MULTIMC_SOURCES pages/global/ExternalToolsPage.h pages/global/JavaPage.cpp pages/global/JavaPage.h + pages/global/LanguagePage.cpp + pages/global/LanguagePage.h pages/global/MinecraftPage.cpp pages/global/MinecraftPage.h pages/global/MultiMCPage.cpp @@ -191,6 +193,8 @@ SET(MULTIMC_SOURCES widgets/JavaSettingsWidget.h widgets/LabeledToolButton.cpp widgets/LabeledToolButton.h + widgets/LanguageSelectionWidget.cpp + widgets/LanguageSelectionWidget.h widgets/LineSeparator.cpp widgets/LineSeparator.h widgets/LogView.cpp |