octoxbps: fix build w/ qt5-5.11

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-12-31 15:48:43 +01:00
parent 8e3cc3aa5c
commit d0227e5525
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- src/transactiondialog.h 2016-11-23 15:49:29.000000000 +0100
+++ src/transactiondialog.h 2018-12-31 15:46:57.094377701 +0100
@@ -22,6 +22,7 @@
#include "ui_transactiondialog.h"
#include <QDialog>
+#include <QRegularExpression>
//const int ctn_RUN_IN_TERMINAL(328);
class QPushButton;

View file

@ -1,7 +1,7 @@
# Template file for 'octoxbps'
pkgname=octoxbps
version=0.2.2
revision=2
revision=3
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel"