summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qbc.io>2019-07-15 01:36:55 +0900
committerTasuku Suzuki <tasuku.suzuki@qbc.io>2020-02-17 23:10:51 +0900
commit58dac07ba3a0ffdb06fd62da9439268cb70363e1 (patch)
treea347c7637d40ad894160233d83e70f7a3a2997cb /src/corelib/io/io.pri
parentc8e00e4f7333ada3cd47282efc3c47eee32e7160 (diff)
Fix build without features.thread
Disable forkfd when thread is disabled to fix the error below. forkfd_qt.cpp:(.text+0x953): undefined reference to `pthread_once' Change-Id: I79414c8ba84d4f5641a64d52b869329f32530c0e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index a33ffe75f2..bc57b36b3d 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -173,7 +173,7 @@ win32 {
io/qlockfile_unix.cpp \
io/qfilesystemiterator_unix.cpp
- !integrity:!uikit:!rtems {
+ qtConfig(process) {
SOURCES += io/forkfd_qt.cpp
HEADERS += \
../3rdparty/forkfd/forkfd.h