summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-23 00:48:14 +0200
committerPetr Mrázek <peterix@gmail.com>2019-07-23 00:48:14 +0200
commitbf38021937a555249905d38cda0d4ea5fbc43fb3 (patch)
treec3b52577c1e0a1861330ff3312662148c96150aa /application/CMakeLists.txt
parent1e5b595923090bd19f4e5a04a5055b23e1e8678a (diff)
downloadMultiMC-bf38021937a555249905d38cda0d4ea5fbc43fb3.tar
MultiMC-bf38021937a555249905d38cda0d4ea5fbc43fb3.tar.gz
MultiMC-bf38021937a555249905d38cda0d4ea5fbc43fb3.tar.lz
MultiMC-bf38021937a555249905d38cda0d4ea5fbc43fb3.tar.xz
MultiMC-bf38021937a555249905d38cda0d4ea5fbc43fb3.zip
NOISSUE improve toolbars
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 e3f4b345..73fe261a 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -213,6 +213,8 @@ SET(MULTIMC_SOURCES
widgets/VersionSelectWidget.h
widgets/ProgressWidget.h
widgets/ProgressWidget.cpp
+ widgets/WideBar.h
+ widgets/WideBar.cpp
# GUI - instance group view
groupview/GroupedProxyModel.cpp