diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-22 15:39:56 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 06:18:36 +0900 |
commit | a17cb6b681ad9ed86896109f73b72af98c26c8be (patch) | |
tree | 8e7faaaf40e71b55aed72e424f4b1e550457ef98 /desktop-widgets/CMakeLists.txt | |
parent | 74755b64b169a7d161cd42c672ca45fcdeb5f028 (diff) | |
download | subsurface-a17cb6b681ad9ed86896109f73b72af98c26c8be.tar.gz |
build-system: clean desktop-widgets CMakeLists.txt
The CMakeLists.txt referenced mapwidget which is in another root
directory (and also a seperate library)
Remove mapwidget reference from CMakeLists.txt
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index d798f8341..14c829526 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -55,7 +55,6 @@ set (SUBSURFACE_UI # the interface, in C++ set(SUBSURFACE_INTERFACE - ../map-widget/qmlmapwidgethelper.cpp about.cpp about.h configuredivecomputerdialog.cpp |