summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/thread.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-08-17 14:52:12 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-09-18 17:39:08 +0000
commit5b5153fd5b6cc5852e4b682d1bc4a5c7979f242d (patch)
tree91f65ed787368457a9acd2baaf433eb91ed07ad6 /src/corelib/thread/thread.pri
parent6011e8a9eb828d5ce5ffde3d88253a4871693599 (diff)
Move the futex implementation to a header
So I can use it in QSemaphore and provide a Windows implementation. Change-Id: I6e9274c1e7444ad48c81fffd14dbc0a8e2201302 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/thread/thread.pri')
-rw-r--r--src/corelib/thread/thread.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/thread/thread.pri b/src/corelib/thread/thread.pri
index 0a989cfcaf..a4cb2478c6 100644
--- a/src/corelib/thread/thread.pri
+++ b/src/corelib/thread/thread.pri
@@ -22,6 +22,7 @@ HEADERS += thread/qmutex.h \
# private headers
HEADERS += thread/qmutex_p.h \
thread/qmutexpool_p.h \
+ thread/qfutex_p.h \
thread/qfutureinterface_p.h \
thread/qfuturewatcher_p.h \
thread/qorderedmutexlocker_p.h \