Talk:QtWebEngine/Qt6Build

From Qt Wiki
Revision as of 12:34, 16 September 2025 by Pvarga (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.