Error when including WebEngine
-
wrote on 16 Mar 2023, 09:06 last edited by
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. -
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.@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?).
-
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. -
@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?).
-
@MEsc Are you sure you're using the Kit for MSVC2019 to build your application?
-
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.wrote on 16 Mar 2023, 09:53 last edited by JonB@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. -
@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. -
wrote on 16 Mar 2023, 10:10 last edited by
@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. -
-
@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. -
@JonB wait is it possible that include webengine does not exist and only webenginewidgets? Because now it works including only webenginewidgets.
@MEsc That could be, I think this was changed in Qt6.
7/10