octoxbps: fix build w/ qt5-5.11
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
8e3cc3aa5c
commit
d0227e5525
|
@ -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;
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'octoxbps'
|
# Template file for 'octoxbps'
|
||||||
pkgname=octoxbps
|
pkgname=octoxbps
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="qt5-qmake"
|
||||||
makedepends="qt5-declarative-devel"
|
makedepends="qt5-declarative-devel"
|
||||||
|
|
Loading…
Reference in New Issue