Windows has not been ported back to QLocalSocket

This commit is contained in:
Olivier Goffart 2014-10-01 12:33:54 +02:00
parent dff1f77dfa
commit a1b9405e2e

View file

@ -36,6 +36,10 @@ namespace Mirall {
//Define this to use the old school TCP API. Maybe we should offer both APIs
// and have the old TCP one be enableable via command line switch?
//#define SOCKETAPI_TCP
#if defined(Q_OS_WIN)
// Windows plugin has not been ported
#define SOCKETAPI_TCP
#endif
#ifdef SOCKETAPI_TCP
typedef QTcpSocket SocketType;