summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-06 18:39:11 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-06 18:39:11 +0300
commit3fdfc9b69f6f6f1e0726830cd03c03b87db25a7e (patch)
tree48f8a3b21e5f4aee76d810980c99a99011950dc1 /CMakeLists.txt
parent675f1be777a7ba61b6e7082ea5d4240e078d8b22 (diff)
Remove Scrollbar
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 701e8610..8dd99719 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,7 +200,6 @@ set(SRC_FILES
src/ui/FloatingButton.cpp
src/ui/Label.cpp
src/ui/OverlayModal.cpp
- src/ui/ScrollBar.cpp
src/ui/SnackBar.cpp
src/ui/RaisedButton.cpp
src/ui/Ripple.cpp
@@ -328,7 +327,6 @@ qt5_wrap_cpp(MOC_HEADERS
src/ui/FloatingButton.h
src/ui/Menu.h
src/ui/OverlayWidget.h
- src/ui/ScrollBar.h
src/ui/SnackBar.h
src/ui/RaisedButton.h
src/ui/Ripple.h