Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-375

Add ability to remove dependancy on the QtNetwork module

    XMLWordPrintable

Details

    Description

      The QWSSocket class subclasses QTcpSocket by default, hence the reason for linking against the QtNetwork module. However, Brisbane added the ability to remove this dependancy by removing QT_NO_SXE from the qconfig.h file. In this case, the base class falls back to QUnixSocket which is a private class in QtGui.

      Although we can't change this default without breaking BC, it would be nice, if we cleaned this up a bit so customers could add a define at configure time to fall back to QUnixSocket instead and avoid the dependancy on QtNetwork.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tvete Paul Olav Tvete
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes