Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. webengine for Risc-v

webengine for Risc-v

Scheduled Pinned Locked Moved Unsolved QtWebEngine
9 Posts 3 Posters 2.2k 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.
  • R Offline
    R Offline
    robin7863
    wrote on last edited by
    #1

    I am tring to cross-compile QT to Risc-v, why jump over webengine?
    When we can get webengine for Risc-v?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      QWebEngine depends on the Chromium project so unless they provide support for Risc-V, there's no reason for that module to be built for that architecture.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        QWebEngine depends on the Chromium project so unless they provide support for Risc-V, there's no reason for that module to be built for that architecture.

        R Offline
        R Offline
        robin7863
        wrote on last edited by
        #3

        @SGaist
        Thanks for your feedback.
        I have two further questions .

        1. on Risc-V, is there any solution in QT to run browser? only webkit ?
        2. What is the dependency on Risc-V arch in Chromium? JS interpretor ? what others?
        jsulmJ 1 Reply Last reply
        0
        • R robin7863

          @SGaist
          Thanks for your feedback.
          I have two further questions .

          1. on Risc-V, is there any solution in QT to run browser? only webkit ?
          2. What is the dependency on Risc-V arch in Chromium? JS interpretor ? what others?
          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @robin7863 said in webengine for Risc-v:

          What is the dependency on Risc-V arch in Chromium? JS interpretor ? what others?

          That you should ask Chromium project.

          1. Do you want to render HTML inside your app or run external browser?

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

          1 Reply Last reply
          0
          • R Offline
            R Offline
            robin7863
            wrote on last edited by
            #5

            @jsulm
            OK, got your point.

            Html in app and browser , Both availble for me and browser is better.

            jsulmJ 1 Reply Last reply
            0
            • R robin7863

              @jsulm
              OK, got your point.

              Html in app and browser , Both availble for me and browser is better.

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

              @robin7863 Take a look at https://doc.qt.io/qt-5/qdesktopservices.html#openUrl

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

              1 Reply Last reply
              0
              • R Offline
                R Offline
                robin7863
                wrote on last edited by
                #7

                @jsulm
                Who is rendering html behine this API?
                My problem is there is not web engine on QT 5.15 for Riscv.
                Will this API work without web engine?

                jsulmJ 1 Reply Last reply
                0
                • R robin7863

                  @jsulm
                  Who is rendering html behine this API?
                  My problem is there is not web engine on QT 5.15 for Riscv.
                  Will this API work without web engine?

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

                  @robin7863 said in webengine for Risc-v:

                  Who is rendering html behine this API?

                  This API simply starts the browser which is configured as default.
                  Explained in the documentation:
                  "Opens the given url in the appropriate Web browser for the user's desktop environment"

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

                  1 Reply Last reply
                  1
                  • R Offline
                    R Offline
                    robin7863
                    wrote on last edited by robin7863
                    #9

                    @jsulm
                    Ok, Thanks

                    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