Commit 1588f542 authored by Florent Revest's avatar Florent Revest

qmsystem: Fixes build with Qt 5.8

parent f33675cf
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
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment