diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-03-10 10:25:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-03-10 10:25:57 -0700 |
commit | d5f6b104a280ed7d88bf961ed27b7b8487310337 (patch) | |
tree | 4181ca20b63a518948589fa34a8a27979fa624ff | |
parent | 1e3700c11fc58801f78ac8fd94a672a7af2238b5 (diff) | |
download | subsurface-d5f6b104a280ed7d88bf961ed27b7b8487310337.tar.gz |
Add notificationwidget to cmake build
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ebb67100..1ee76f2cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,6 +172,7 @@ SET(SUBSURFACE_INTERFACE qt-ui/modeldelegates.cpp qt-ui/models.cpp qt-ui/metrics.cpp + qt-ui/notificationwidget.cpp qt-ui/preferences.cpp qt-ui/printdialog.cpp qt-ui/printlayout.cpp |