Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Run 'Qt Quick Demo RSS News' Exemple
Forum Updated to NodeBB v4.3 + New Features

Run 'Qt Quick Demo RSS News' Exemple

Scheduled Pinned Locked Moved Solved QML and Qt Quick
7 Posts 2 Posters 1.7k Views 1 Watching
  • 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.
  • ODБOïO Offline
    ODБOïO Offline
    ODБOï
    wrote on last edited by ODБOï
    #1

    Hello,
    I'm trying to run 'Qt Quick Demo RSS News' exemple.

    Qt 5.8.0 MinGW 32bit

    When I try to run i have this error :
    qrc:///demos/rssnews/rssnews.qml:42:1: plugin cannot be loaded for module "QtQuick.XmlListModel": Cannot load library C:\Qt\5.8\mingw53_32\qml\QtQuick\XmlListModel\qmlxmllistmodelplugind.dll: specified module could not be found

    If i check "C:\Qt\5.8\mingw53_32\qml\QtQuick\XmlListModel" folder, there is "qmlxmllistmodelplugind.dll"
    So the file is where it must be..

    I also tryed to copy "qmlxmllistmodelplugind.dll" and past it to project directory, but still same error.

    Does anyone know why i have this error, and how to solve it please ?

    Thx in advance.
    LA

    JKSHJ 1 Reply Last reply
    0
    • ODБOïO ODБOï

      Hello,
      I'm trying to run 'Qt Quick Demo RSS News' exemple.

      Qt 5.8.0 MinGW 32bit

      When I try to run i have this error :
      qrc:///demos/rssnews/rssnews.qml:42:1: plugin cannot be loaded for module "QtQuick.XmlListModel": Cannot load library C:\Qt\5.8\mingw53_32\qml\QtQuick\XmlListModel\qmlxmllistmodelplugind.dll: specified module could not be found

      If i check "C:\Qt\5.8\mingw53_32\qml\QtQuick\XmlListModel" folder, there is "qmlxmllistmodelplugind.dll"
      So the file is where it must be..

      I also tryed to copy "qmlxmllistmodelplugind.dll" and past it to project directory, but still same error.

      Does anyone know why i have this error, and how to solve it please ?

      Thx in advance.
      LA

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @LeLev I don't have Qt 5.8 anymore, but it works fine for me with Qt 5.10.0 (MinGW 5.3.0).

      I just opened the example in Qt Creator and clicked "Run".

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      ODБOïO 1 Reply Last reply
      1
      • JKSHJ JKSH

        @LeLev I don't have Qt 5.8 anymore, but it works fine for me with Qt 5.10.0 (MinGW 5.3.0).

        I just opened the example in Qt Creator and clicked "Run".

        ODБOïO Offline
        ODБOïO Offline
        ODБOï
        wrote on last edited by
        #3

        @JKSH hello,
        I tested with 5.10.0 (MinGW5.3.0) and now it is running. But when i click on left menu (list) i have this errors..

        qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
        qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
        qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
        qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
        qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

        Do you know why ?
        LA

        JKSHJ 1 Reply Last reply
        0
        • ODБOïO ODБOï

          @JKSH hello,
          I tested with 5.10.0 (MinGW5.3.0) and now it is running. But when i click on left menu (list) i have this errors..

          qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
          qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
          qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
          qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
          qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

          Do you know why ?
          LA

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @LeLev said in Run 'Qt Quick Demo RSS News' Exemple:

          @JKSH hello,
          I tested with 5.10.0 (MinGW5.3.0) and now it is running.

          Great!

          But when i click on left menu (list) i have this errors..

          qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
          qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
          qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
          qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
          qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

          Do you know why ?

          Because your computer doesn't have OpenSSL installed.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          ODБOïO 1 Reply Last reply
          3
          • JKSHJ JKSH

            @LeLev said in Run 'Qt Quick Demo RSS News' Exemple:

            @JKSH hello,
            I tested with 5.10.0 (MinGW5.3.0) and now it is running.

            Great!

            But when i click on left menu (list) i have this errors..

            qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
            qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
            qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
            qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
            qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

            Do you know why ?

            Because your computer doesn't have OpenSSL installed.

            ODБOïO Offline
            ODБOïO Offline
            ODБOï
            wrote on last edited by ODБOï
            #5

            @JKSH said in Run 'Qt Quick Demo RSS News' Exemple:

            Because your computer doesn't have OpenSSL installed.

            Exactly! but do i have to install openSSL or it is sufficent to copy
            libeay32.dll, libssl32.dll and ssleay32.dll inside project dir ?

            I did copied this 3 dlls in "C:\Qt\Examples\Qt-5.8\quick\demos\build-rssnews-Desktop_Qt_5_10_0_MinGW_32bit2-Debug\debug"

            And also installed "Win64 OpenSSL v1.1.0g Light"

            I still have same errors

            Thx very much for help.

            LA

            JKSHJ 1 Reply Last reply
            0
            • ODБOïO ODБOï

              @JKSH said in Run 'Qt Quick Demo RSS News' Exemple:

              Because your computer doesn't have OpenSSL installed.

              Exactly! but do i have to install openSSL or it is sufficent to copy
              libeay32.dll, libssl32.dll and ssleay32.dll inside project dir ?

              I did copied this 3 dlls in "C:\Qt\Examples\Qt-5.8\quick\demos\build-rssnews-Desktop_Qt_5_10_0_MinGW_32bit2-Debug\debug"

              And also installed "Win64 OpenSSL v1.1.0g Light"

              I still have same errors

              Thx very much for help.

              LA

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @LeLev said in Run 'Qt Quick Demo RSS News' Exemple:

              Exactly! but do i have to install openSSL or it is sufficent to copy
              libeay32.dll, libssl32.dll and ssleay32.dll inside project dir ?

              Copying should work, but I recommend a proper installation so that other programs can access OpenSSL too.

              And also installed "Win64 OpenSSL v1.1.0g Light"

              You are building a 32-bit program, so you need the 32-bit version of OpenSSL.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              ODБOïO 1 Reply Last reply
              3
              • JKSHJ JKSH

                @LeLev said in Run 'Qt Quick Demo RSS News' Exemple:

                Exactly! but do i have to install openSSL or it is sufficent to copy
                libeay32.dll, libssl32.dll and ssleay32.dll inside project dir ?

                Copying should work, but I recommend a proper installation so that other programs can access OpenSSL too.

                And also installed "Win64 OpenSSL v1.1.0g Light"

                You are building a 32-bit program, so you need the 32-bit version of OpenSSL.

                ODБOïO Offline
                ODБOïO Offline
                ODБOï
                wrote on last edited by
                #7

                @JKSH said in Run 'Qt Quick Demo RSS News' Exemple:

                You are building a 32-bit program, so you need the 32-bit version of OpenSSL.

                Ok thank you! it is workink with 32.

                1 Reply Last reply
                1

                • Login

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