Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
1588f542
Commit
1588f542
authored
Feb 28, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qmsystem: Fixes build with Qt 5.8
parent
f33675cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
...mtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
+25
-0
qmsystem_git.bb
recipes-nemomobile/qmsystem/qmsystem_git.bb
+2
-1
No files found.
recipes-nemomobile/qmsystem/qmsystem/0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
0 → 100644
View file @
1588f542
From 96e03f69e86d8b7948e4230767d38eacd02c7377 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 26 Feb 2017 23:06:30 +0100
Subject: [PATCH] qmtime.h Adds required Q_NAMESPACE macro to Meego namespace
declaration
---
system/qmtime.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/system/qmtime.h b/system/qmtime.h
index 8e5e28c..c178834 100644
--- a/system/qmtime.h
+++ b/system/qmtime.h
@@ -51,6 +51,7 @@
namespace MeeGo { class QmTimePrivate2 ; }
/* to be replaces by MeeGo::QmTime::WhatChanged */
namespace MeeGo
{
+ Q_NAMESPACE
/**
*
* Enumeration for change events for QmTime.
--
2.11.0
recipes-nemomobile/qmsystem/qmsystem_git.bb
View file @
1588f542
...
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile-graveyard/qmsystem"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://system/qmsystemstate.cpp;beginline=1;endline=29;md5=63b0668100f7f3c7d93090514722bceb"
SRC_URI = "git://github.com/nemomobile-graveyard/qmsystem.git;protocol=https"
SRC_URI = "git://github.com/nemomobile-graveyard/qmsystem.git;protocol=https \
file://0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch"
SRCREV = "b6ee288d04efd4612d02273c77eedfaa3af500f6"
PR = "r1"
PV = "+git${SRCREV}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment