Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [QT 5.9.0] App Update to 5.9.0 : QtWebSockets module not installed
QtWS25 Last Chance

[QT 5.9.0] App Update to 5.9.0 : QtWebSockets module not installed

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 4 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KiisuK
    wrote on last edited by KiisuK
    #1

    Hi !

    Today i'm trying the new Qt release.
    I want to update an app i've made with Qt5.7.0 which use some websockets.

    The 5.9.0 build works, but at the runtime, i get the error "QtWebSockets module is not installed".

    In my 5.7.0 files, i have the import line like that :

    import Qt.WebSockets 1.0
    

    But i've seen that since the Qt 5.8 release, we have to write it without the dot

    import QtWebSockets 1.0
    

    I tried to launch the echo websocket qml client and it works ! So I assume that it's not a Qt install problem.
    I also see in the example that they add the code below into the .pro file, so i did it.

    QT += websockets
    

    But it still display the error : 'QtWebSockets module is not installed"

    Thanks for your help !

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deleted313
      wrote on last edited by
      #2

      Looks like nobody from qt support is caring about this issue.

      jsulmJ Christian EhrlicherC 2 Replies Last reply
      0
      • D deleted313

        Looks like nobody from qt support is caring about this issue.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by jsulm
        #3

        @VicLeung This here is user forum not Qt support. If you want Qt support ask Qt Company or check Qt bug tracker/Qt developer mailing list.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • D deleted313

          Looks like nobody from qt support is caring about this issue.

          Christian EhrlicherC Online
          Christian EhrlicherC Online
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @VicLeung said in [QT 5.9.0] App Update to 5.9.0 : QtWebSockets module not installed:

          Looks like nobody from qt support is caring about this issue.

          First this is a user forum, not Qt support
          Second - what OS do you use? How did you install Qt?

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved