Talk:QtWebEngine/Qt6Build: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<small>Note: We will add '-skip qtwebengine' argument to configure call as we want to do qtwebenigne build separately.</small> ' (apostrophe) doesn't seem to change text format, use <nowiki><syntaxhighlight inline></nowiki> instead? <small>On Windows the configure command line for the release build might look like:<br> ..\configure.bat -release -nomake tests -nomake examples -no-pch -skip qtwebengine -prefix C:\opt\qt\6.8 skip qtwebengine</small> <syntaxhighlight inl...") |
m (note fixed) |
||
Line 7: | Line 7: | ||
..\configure.bat -release -nomake tests -nomake examples -no-pch -skip qtwebengine -prefix C:\opt\qt\6.8 skip qtwebengine</small> | ..\configure.bat -release -nomake tests -nomake examples -no-pch -skip qtwebengine -prefix C:\opt\qt\6.8 skip qtwebengine</small> | ||
<syntaxhighlight inline>skip qtwebengine</syntaxhighlight> at the end of the command seems to be a mistake. | <syntaxhighlight inline>skip qtwebengine</syntaxhighlight> at the end of the command seems to be a mistake. | ||
'''Fixed''' |
Latest revision as of 12:45, 16 September 2025
Note: We will add '-skip qtwebengine' argument to configure call as we want to do qtwebenigne build separately.
' (apostrophe) doesn't seem to change text format, use <syntaxhighlight inline> instead?
On Windows the configure command line for the release build might look like:
..\configure.bat -release -nomake tests -nomake examples -no-pch -skip qtwebengine -prefix C:\opt\qt\6.8 skip qtwebengine
skip qtwebengine
at the end of the command seems to be a mistake.
Fixed