mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Work around broken Marble on Debian
This is a major hack. Debian appears to be missing a necessary header file for Marble to work correctly. We include this header file for now and hack the Configure process to recognize that we are on Debian and force using our local copy of the header file in that case. This may be needed on Ubuntu as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1fac07af4f
commit
de50f66257
5 changed files with 130 additions and 3 deletions
|
@ -8,8 +8,11 @@
|
|||
#include <marble/GeoDataPlacemark.h>
|
||||
#include <marble/GeoDataDocument.h>
|
||||
#include <marble/MarbleModel.h>
|
||||
#if INCOMPLETE_MARBLE
|
||||
#include "marble/GeoDataTreeModel.h"
|
||||
#else
|
||||
#include <marble/GeoDataTreeModel.h>
|
||||
|
||||
#endif
|
||||
#include <QMouseEvent>
|
||||
#include <QMessageBox>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue