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

Bearer management plugin on Symbian links unneccesarily to QtGui

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.2
    • 4.7.1
    • None
    • 465d2c6356bdfd70bd28c6ec53191e73682b06c1 bb8f085, bb8f085611f4cb91b7bde7220d407948edcc572c, a55c13c52822f337cc4ad708881fd54d3a1bbb1d

      The bearer management plugin unnecessarily links against QtGui. The problem is that src\plugins\bearer\symbian\symbian.pri includes the following line:

      QT += network
      

      This is wrong because the QT variable by default contains 'core' and 'gui' so the correct line would be:

      QT = core network
      

      I verified using elftran -dump i that no symbols are imported from QtGui (at least on S^3) so we should remove this unneeded dependency.

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

            lopotter Lorn Potter (closed Nokia identity) (Inactive)
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes