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

The bearermonitor example tries to link against 'Ws2_32' instead of 'ws2_32' which breaks cross-compilation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.7.2
    • 4.7.0
    • Examples and Demos
    • None
    • 2ebbfad45ca02ee4e623e592621231d33f1032e5

      When cross-compiling Qt on a Linux host using the MinGW toolchain the compilation of the bearermonitor example fails
      as it tries to link against 'Ws2_32' instead of 'ws2_32'. As Linux is case sensitive this will result in a compile failure. Attached patch fixes this

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

            boddie David Boddie (Inactive)
            epienbroek Erik van Pienbroek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes