From 70ab9372960270c62ab2effe93a06fcc0e472dc6 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 15 Jul 2017 00:57:40 +0300 Subject: [PATCH] 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 --- desktop-widgets/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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