Merge pull request #2032 from pullmoll/liblxqt

liblxqt: fix building with Qt5 5.5.0
This commit is contained in:
Jürgen Buchmüller 2015-07-15 11:07:12 +02:00
commit c059a11e6c
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"