mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-30 set marble version to 15.08.1 and added patch to fix windows compilation issue
This commit is contained in:
parent
8f868d9e35
commit
445ca8c5ae
13
make/3rdparty/marble/marble-15.08.1.patch
vendored
Normal file
13
make/3rdparty/marble/marble-15.08.1.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/apps/marble-qt/QtMainWindow.cpp b/src/apps/marble-qt/QtMainWindow.cpp
|
||||
index da9f44f..b3f4ee3 100644
|
||||
--- a/src/apps/marble-qt/QtMainWindow.cpp
|
||||
+++ b/src/apps/marble-qt/QtMainWindow.cpp
|
||||
@@ -432,7 +432,7 @@ void MainWindow::createActions()
|
||||
void MainWindow::createMenus( const QList<QAction*> &panelActions )
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
- m_downloadAction.setEnabled( false );
|
||||
+ m_downloadAction->setEnabled( false );
|
||||
#endif
|
||||
|
||||
m_fileMenu = menuBar()->addMenu(tr("&File"));
|
4
make/3rdparty/marble/marble.mk
vendored
4
make/3rdparty/marble/marble.mk
vendored
@ -31,8 +31,8 @@ MARBLE_NAME_SUFIX := -qt-$(QT_VERSION)
|
||||
#
|
||||
################################
|
||||
|
||||
MARBLE_VERSION := master
|
||||
MARBLE_GIT_BRANCH := $(MARBLE_VERSION)
|
||||
MARBLE_VERSION := 15.08.1
|
||||
MARBLE_GIT_BRANCH := v$(MARBLE_VERSION)
|
||||
|
||||
MARBLE_BASE_NAME := marble-$(MARBLE_VERSION)
|
||||
MARBLE_BUILD_CONF := Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user