liblxqt: fix building with Qt5 5.5.0

This commit is contained in:
jbu 2015-07-15 10:56:15 +02:00
parent 86a48f7ed4
commit a2fddb326c
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- lxqtnotification.h 2015-02-07 20:56:30.000000000 +0100
+++ lxqtnotification.h 2015-07-15 10:42:09.051660625 +0200
@@ -25,6 +25,7 @@
#ifndef LXQTNOTIFICATION_H
#define LXQTNOTIFICATION_H
+#include <QObject>
#include <QStringList>
#include "lxqtglobals.h"

View file

@ -1,7 +1,7 @@
# Template file for 'liblxqt'
pkgname=liblxqt
version=0.9.0
revision=1
revision=2
build_style=cmake
configure_args="-DUSE_QT5=1"
hostmakedepends="cmake pkg-config"