summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-02-18 12:39:35 +0100
committerPetr Mrázek <peterix@gmail.com>2018-02-18 12:39:35 +0100
commit06ccff0f4730ad16757eb763c4c274d78c6b569b (patch)
tree1760f0436686447da6f46fa0f710e26c42f26d71 /application/CMakeLists.txt
parent65bca654895c94e83ef25008dc1c44cc822cfbab (diff)
downloadMultiMC-06ccff0f4730ad16757eb763c4c274d78c6b569b.tar
MultiMC-06ccff0f4730ad16757eb763c4c274d78c6b569b.tar.gz
MultiMC-06ccff0f4730ad16757eb763c4c274d78c6b569b.tar.lz
MultiMC-06ccff0f4730ad16757eb763c4c274d78c6b569b.tar.xz
MultiMC-06ccff0f4730ad16757eb763c4c274d78c6b569b.zip
GH-2150 Separate Java settings UI used in the wizard into a widget
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 00d93595..100785f2 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -163,6 +163,8 @@ SET(MULTIMC_SOURCES
widgets/FocusLineEdit.h
widgets/IconLabel.cpp
widgets/IconLabel.h
+ widgets/JavaSettingsWidget.cpp
+ widgets/JavaSettingsWidget.h
widgets/LabeledToolButton.cpp
widgets/LabeledToolButton.h
widgets/LineSeparator.cpp