aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-25 23:51:42 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-25 23:51:42 +0200
commitae4939e0d2e8774b823865cce0a8e822d04673a5 (patch)
tree921873298ec1d39cedb68e1d64c3340122620a93 /launcher/CMakeLists.txt
parent85ecbad46755d42e3e0682dfe24e587ee3157565 (diff)
downloadPrismLauncher-ae4939e0d2e8774b823865cce0a8e822d04673a5.tar.gz
PrismLauncher-ae4939e0d2e8774b823865cce0a8e822d04673a5.tar.bz2
PrismLauncher-ae4939e0d2e8774b823865cce0a8e822d04673a5.zip
GH-4164 Assign instances to groups using drag & drop
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt24
1 files changed, 11 insertions, 13 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index d67dcdbf..691ff004 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -573,8 +573,6 @@ SET(LAUNCHER_SOURCES
GuiUtil.cpp
ColumnResizer.h
ColumnResizer.cpp
- InstanceProxyModel.h
- InstanceProxyModel.cpp
VersionProxyModel.h
VersionProxyModel.cpp
ColorCache.h
@@ -802,17 +800,17 @@ SET(LAUNCHER_SOURCES
widgets/WideBar.cpp
# 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
- groupview/InstanceDelegate.h
- groupview/VisualGroup.cpp
- groupview/VisualGroup.h
+ instanceview/InstanceProxyModel.cpp
+ instanceview/InstanceProxyModel.h
+ instanceview/AccessibleInstanceView.cpp
+ instanceview/AccessibleInstanceView.h
+ instanceview/AccessibleInstanceView_p.h
+ instanceview/InstanceView.cpp
+ instanceview/InstanceView.h
+ instanceview/InstanceDelegate.cpp
+ instanceview/InstanceDelegate.h
+ instanceview/VisualGroup.cpp
+ instanceview/VisualGroup.h
)
######## UIs ########