diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-08 14:55:30 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-08 14:55:30 +0300 |
commit | 5267e0262be966b2c9da3d42f73a657bc77339d4 (patch) | |
tree | 74cb1a6d66107be4021e3cf1099036861c24895a /CMakeLists.txt | |
parent | macOs: Add missing border on the TopBar (diff) | |
download | nheko-5267e0262be966b2c9da3d42f73a657bc77339d4.tar.xz |
Remove custom stylesheet for qmenu
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 703a6156..741f4ae4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -314,6 +314,7 @@ qt5_wrap_cpp(MOC_HEADERS src/ui/FlatButton.h src/ui/Label.h src/ui/FloatingButton.h + src/ui/Menu.h src/ui/OverlayWidget.h src/ui/ScrollBar.h src/ui/SnackBar.h |