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

QWebSocketProtocol header missing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • 6.5.0, 6.5, 6.6.0
    • 6.5, 6.6
    • WebSockets
    • None
    • Fedora 37
    • Linux/Wayland, Linux/X11
    • ca36bfe3f (dev), ef827859f (6.5)

    Description

      When building Qt from current dev (qt5.git commit e266a9e6040e07cace330ba43b0372e04f39e102) code that does "#include <QWebSocketProtocol>" fails to build because the header isn't found. It works as expected with distro-provided Qt 6.4.1

      Running "find /usr/include -iname "QWebSocketProtocol"" shows

      /usr/include/qt6/QtWebSockets/6.4.1/QtWebSockets/private/qwebsocketprotocol_p.h
      /usr/include/qt6/QtWebSockets/QWebSocketProtocol
      /usr/include/qt6/QtWebSockets/qwebsocketprotocol.h

       

      Running it on the self-built Qt from dev ("find /home/nico/qt6 -iname "QWebSocketProtocol"") shows

      /home/nico/qt6/include/QtWebSockets/qwebsocketprotocol.h
      /home/nico/qt6/include/QtWebSockets/6.6.0/QtWebSockets/private/qwebsocketprotocol_p.h

      include/qt6/QtWebSockets/QWebSocketProtocol is missing

       

      Attachments

        Activity

          People

            semlanik Alexey Edelev
            nicolasfella Nicolas Fella
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: