diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 00:57:40 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 70ab9372960270c62ab2effe93a06fcc0e472dc6 (patch) | |
tree | d964a1f730812a34793177ebf9b17c1d4f13e760 /desktop-widgets/CMakeLists.txt | |
parent | e9d4bdcf4e42843041074f0938f4281e49e80472 (diff) | |
download | subsurface-70ab9372960270c62ab2effe93a06fcc0e472dc6.tar.gz |
desktop-widgets/cmake: include mapwidget.cpp as a UI class
The next step would be to create an instance of the class in MainWindow.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 2cf6382dd..e88cf37be 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -69,6 +69,7 @@ set(SUBSURFACE_INTERFACE globe.cpp kmessagewidget.cpp mainwindow.cpp + mapwidget.cpp modeldelegates.cpp notificationwidget.cpp simplewidgets.cpp |