summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-21 21:12:05 +0200
committerPetr Mrázek <peterix@gmail.com>2019-07-22 01:40:52 +0200
commitd6c665387233e894a27c0b33e4b49e5d1d229aeb (patch)
tree0e22463970ba5e08d5dbf5e1f2403b0a98f03a1d /application/CMakeLists.txt
parent3b32730526512be8d672931afe860e0baff76a28 (diff)
downloadMultiMC-d6c665387233e894a27c0b33e4b49e5d1d229aeb.tar
MultiMC-d6c665387233e894a27c0b33e4b49e5d1d229aeb.tar.gz
MultiMC-d6c665387233e894a27c0b33e4b49e5d1d229aeb.tar.lz
MultiMC-d6c665387233e894a27c0b33e4b49e5d1d229aeb.tar.xz
MultiMC-d6c665387233e894a27c0b33e4b49e5d1d229aeb.zip
NOISSUE Add basic accessibility support to GroupView
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index f8709cfd..e3f4b345 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -217,6 +217,9 @@ SET(MULTIMC_SOURCES
# GUI - instance group view
groupview/GroupedProxyModel.cpp
groupview/GroupedProxyModel.h
+ groupview/AccessibleGroupView.cpp
+ groupview/AccessibleGroupView.h
+ groupview/AccessibleGroupView_p.h
groupview/GroupView.cpp
groupview/GroupView.h
groupview/InstanceDelegate.cpp