diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-24 22:45:13 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-24 22:45:13 +0300 |
commit | 251f569a5c2306b711e6b24c43c393f169132df4 (patch) | |
tree | 78642150f6b22de214e1231a56f0e80f81e39e1a /CMakeLists.txt | |
parent | Don't show the landing page when there is an active user (diff) | |
download | nheko-251f569a5c2306b711e6b24c43c393f169132df4.tar.xz |
Add custom scrollbar on the timeline
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e814ca..d83fb8d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ set(SRC_FILES src/ui/CircularProgress.cc src/ui/FlatButton.cc src/ui/OverlayModal.cc + src/ui/ScrollBar.cc src/ui/RaisedButton.cc src/ui/Ripple.cc src/ui/RippleOverlay.cc @@ -181,6 +182,7 @@ qt5_wrap_cpp(MOC_HEADERS include/ui/CircularProgress.h include/ui/FlatButton.h include/ui/OverlayWidget.h + include/ui/ScrollBar.h include/ui/RaisedButton.h include/ui/Ripple.h include/ui/RippleOverlay.h |