Dead ascend: depend on correct Qt version.

This commit is contained in:
Adrien Destugues
2018-03-31 16:10:14 +02:00
parent 95baaa67cd
commit 145a7cb035

View File

@@ -14,7 +14,7 @@ CHECKSUM_SHA256_2="abb2db0550d0a89b3f09512600d5e724cd12da63ed2a8a64130170c068bc0
SOURCE_URI_3="https://github.com/Larpon/QtFirebase/archive/v1.3.3.tar.gz"
CHECKSUM_SHA256_3="cf723f0391659c10237f284de9833f61e7ac6c827a038a9b0796ffae7704a18a"
REVISION="1"
REVISION="2"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -36,10 +36,11 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libqt5core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:make
cmd:qmake$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix >= 5
cmd:gcc$secondaryArchSuffix
"