diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-16 02:53:14 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 63d7b315c14676ea68c75815a9f3329efd044ccc (patch) | |
tree | 019d240b9f621c22c8a888dd7912a44b37492545 /desktop-widgets/CMakeLists.txt | |
parent | f5882362d3a8a6de03208c6aa899d075a3b17f28 (diff) | |
download | subsurface-63d7b315c14676ea68c75815a9f3329efd044ccc.tar.gz |
desktop-widgets/cmake: include "qmlmapwidgethelper.cpp"
As noted in previous commits, a folder named "shared-widgets" which
holds QML/CPP files might be the better (less confusing) choice.
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 e88cf37be..18f2225b9 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -70,6 +70,7 @@ set(SUBSURFACE_INTERFACE kmessagewidget.cpp mainwindow.cpp mapwidget.cpp + ../mobile-widgets/qmlmapwidgethelper.cpp modeldelegates.cpp notificationwidget.cpp simplewidgets.cpp |