summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-12-30 15:20:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 14:39:58 +0100
commit096b49bc1e66af2e6347bafc435b361a15639872 (patch)
tree920b05de682722d8c99547aee0ce6530613ebe00 /src/corelib/io/io.pri
parent746c148c95f65c305c2b9ff27ca4a597a72cc6aa (diff)
QWinOverlappedIoNotifier introduced
For asynchronous (overlapped) I/O notification on Windows one can now use the convenience class QWinOverlappedIoNotifier. It's using one global I/O completion port and a watching thread to get notified when a read or write operation completes. Change-Id: If6f904b364be0405580c7e50355529ab136ae3cb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 1d31e5d794..e8a41b2d76 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -87,7 +87,11 @@ win32 {
wince* {
SOURCES += io/qprocess_wince.cpp
} else {
- SOURCES += io/qprocess_win.cpp
+ HEADERS += \
+ io/qwinoverlappedionotifier_p.h
+ SOURCES += \
+ io/qprocess_win.cpp \
+ io/qwinoverlappedionotifier.cpp
}
} else:unix|integrity {
SOURCES += \