summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-09-21 16:42:14 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-12-01 15:44:49 (GMT)
commit5c7c12602f10be7625ee38efb31e1a8b5cb66c5b (patch)
tree1f2dd43b28203e061952f6e73010e41942d6a761 /src/corelib/io
parent3a5603966467a878e5b305517598589590cb8b10 (diff)
downloadQt-5c7c12602f10be7625ee38efb31e1a8b5cb66c5b.zip
Qt-5c7c12602f10be7625ee38efb31e1a8b5cb66c5b.tar.gz
Qt-5c7c12602f10be7625ee38efb31e1a8b5cb66c5b.tar.bz2
Prototype socket manager
To enable passing socket handles around as integers, need a two way mapping with RSocket. It's in corelib because of QSocketNotifier. This is also a convenient place to host the global RSocketServ session. Reviewed-By: Markus Goetz
Diffstat (limited to 'src/corelib/io')
-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 cfb40bc..6cf55e7 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -95,6 +95,6 @@ win32 {
SOURCES += io/qfilesystemwatcher_symbian.cpp
HEADERS += io/qfilesystemwatcher_symbian_p.h
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
- LIBS += -lplatformenv
+ LIBS += -lplatformenv -lesock
}
}