Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error when including WebEngine
Forum Updated to NodeBB v4.3 + New Features

Error when including WebEngine

Scheduled Pinned Locked Moved Unsolved General and Desktop
10 Posts 3 Posters 1.7k 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.
  • M Offline
    M Offline
    MEsc
    wrote on 16 Mar 2023, 09:06 last edited by
    #1

    hello,
    I try to use the Qt WebEngine librarie. But when I try to put webeninge to QT += it does not work. I have already downloaded this librarie from qt and it said it could only be used with the MSVC2019 compiler. So I downloaded it. I have looked in the directory and saw the WebEngine folder in the include folder. I started to make an application based on this compiler but it still does not work.

    J J 3 Replies Last reply 16 Mar 2023, 09:12
    0
    • M MEsc
      16 Mar 2023, 09:06

      hello,
      I try to use the Qt WebEngine librarie. But when I try to put webeninge to QT += it does not work. I have already downloaded this librarie from qt and it said it could only be used with the MSVC2019 compiler. So I downloaded it. I have looked in the directory and saw the WebEngine folder in the include folder. I started to make an application based on this compiler but it still does not work.

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 16 Mar 2023, 09:12 last edited by
      #2

      @MEsc said in Error when including WebEngine:

      but it still does not work

      Please explain better in what way it does not work (error message?).

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

      M 1 Reply Last reply 16 Mar 2023, 09:50
      1
      • M MEsc
        16 Mar 2023, 09:06

        hello,
        I try to use the Qt WebEngine librarie. But when I try to put webeninge to QT += it does not work. I have already downloaded this librarie from qt and it said it could only be used with the MSVC2019 compiler. So I downloaded it. I have looked in the directory and saw the WebEngine folder in the include folder. I started to make an application based on this compiler but it still does not work.

        J Offline
        J Offline
        JonB
        wrote on 16 Mar 2023, 09:13 last edited by
        #3

        @MEsc
        Nobody can answer from a description of "does not work". Except to say if it "does not work" then "make it work".

        1 Reply Last reply
        0
        • J jsulm
          16 Mar 2023, 09:12

          @MEsc said in Error when including WebEngine:

          but it still does not work

          Please explain better in what way it does not work (error message?).

          M Offline
          M Offline
          MEsc
          wrote on 16 Mar 2023, 09:50 last edited by
          #4

          @jsulm sry, webeninge and webenginewidgets not found.

          J 1 Reply Last reply 16 Mar 2023, 09:53
          0
          • M MEsc
            16 Mar 2023, 09:50

            @jsulm sry, webeninge and webenginewidgets not found.

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 16 Mar 2023, 09:53 last edited by
            #5

            @MEsc Are you sure you're using the Kit for MSVC2019 to build your application?

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

            1 Reply Last reply
            0
            • M MEsc
              16 Mar 2023, 09:06

              hello,
              I try to use the Qt WebEngine librarie. But when I try to put webeninge to QT += it does not work. I have already downloaded this librarie from qt and it said it could only be used with the MSVC2019 compiler. So I downloaded it. I have looked in the directory and saw the WebEngine folder in the include folder. I started to make an application based on this compiler but it still does not work.

              J Offline
              J Offline
              JonB
              wrote on 16 Mar 2023, 09:53 last edited by JonB
              #6

              @MEsc said in Error when including WebEngine:

              But when I try to put webeninge to QT += it does not work

              Since that is misspelled start by copying & pasting the .pro line you use for this, and copy & paste the error message you get.

              M 1 Reply Last reply 16 Mar 2023, 10:07
              0
              • J JonB
                16 Mar 2023, 09:53

                @MEsc said in Error when including WebEngine:

                But when I try to put webeninge to QT += it does not work

                Since that is misspelled start by copying & pasting the .pro line you use for this, and copy & paste the error message you get.

                M Offline
                M Offline
                MEsc
                wrote on 16 Mar 2023, 10:07 last edited by
                #7

                @JonB 3.JPG 2.JPG 1.JPG

                J 1 Reply Last reply 16 Mar 2023, 10:10
                0
                • M MEsc
                  16 Mar 2023, 10:07

                  @JonB 3.JPG 2.JPG 1.JPG

                  J Offline
                  J Offline
                  JonB
                  wrote on 16 Mar 2023, 10:10 last edited by
                  #8

                  @MEsc
                  None of these are found I'm afraid, possibly because the forum uploads are not working correctly which is not your fault. Please use copy & paste of the actual text, or if you really want to upload screenshots you will have to host them elsewhere (e.g. imgur) and post that link.

                  M 1 Reply Last reply 16 Mar 2023, 10:26
                  0
                  • J JonB referenced this topic on 16 Mar 2023, 10:14
                  • J JonB
                    16 Mar 2023, 10:10

                    @MEsc
                    None of these are found I'm afraid, possibly because the forum uploads are not working correctly which is not your fault. Please use copy & paste of the actual text, or if you really want to upload screenshots you will have to host them elsewhere (e.g. imgur) and post that link.

                    M Offline
                    M Offline
                    MEsc
                    wrote on 16 Mar 2023, 10:26 last edited by
                    #9

                    @JonB wait is it possible that include webengine does not exist and only webenginewidgets? Because now it works including only webenginewidgets.

                    J 1 Reply Last reply 16 Mar 2023, 10:46
                    0
                    • M MEsc
                      16 Mar 2023, 10:26

                      @JonB wait is it possible that include webengine does not exist and only webenginewidgets? Because now it works including only webenginewidgets.

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 16 Mar 2023, 10:46 last edited by
                      #10

                      @MEsc That could be, I think this was changed in Qt6.

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

                      1 Reply Last reply
                      0

                      7/10

                      16 Mar 2023, 10:07

                      • Login

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