summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qconfig-bootstrapped.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2021-05-08 13:50:49 +1000
committerLorn Potter <lorn.potter@gmail.com>2021-05-12 22:49:45 +1000
commit35396e12eb73c5d7d45e903a1d617e76ad0aca3f (patch)
treeee5d5a22593557654cac6dc330b8f316a03abf48 /src/corelib/global/qconfig-bootstrapped.h
parenta8a38f7caabb90113a229629c6fe463acdecd10f (diff)
fix build for no feature future
This amends afd7460affa17b5f8aac9034b1b9c3b13dd115f7 Add new app permissions API under QCoreApplication Which added QFuture use without protection for platforms with no real future. Change-Id: Iac50a71c9821255621d7582481270b2023610405 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/corelib/global/qconfig-bootstrapped.h')
-rw-r--r--src/corelib/global/qconfig-bootstrapped.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h
index 9019bfd089..42d38d0d04 100644
--- a/src/corelib/global/qconfig-bootstrapped.h
+++ b/src/corelib/global/qconfig-bootstrapped.h
@@ -98,6 +98,7 @@
#define QT_FEATURE_journald -1
#define QT_FEATURE_futimens -1
#define QT_FEATURE_futimes -1
+#define QT_FEATURE_future -1
#define QT_FEATURE_itemmodel -1
#define QT_FEATURE_library -1
#ifdef __linux__