aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-09-23 16:34:49 +0100
committerSergio Martins <smartins@kde.org>2018-09-23 16:35:52 +0100
commit359a710f6e76491f83557ee0a59324c401b35c66 (patch)
tree3cc55233f22f836210248251299a6581073f707b
parent9739e298abb67a12e3e38198a1f2ca8f9416d744 (diff)
tests: Require Qt >= 5.8 for fully-qualified-moc-types
The bundled .moc file has macros that were only introduced in 5.8 (QT_WARNING_DISABLE_DEPRECATED)
-rw-r--r--tests/fully-qualified-moc-types/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fully-qualified-moc-types/config.json b/tests/fully-qualified-moc-types/config.json
index e7e6e0cb..2b574e25 100644
--- a/tests/fully-qualified-moc-types/config.json
+++ b/tests/fully-qualified-moc-types/config.json
@@ -1,4 +1,5 @@
{
+ "minimum_qt_version" : 580,
"tests" : [
{
"filename" : "main.cpp"