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...") |
(No difference)
|
Revision as of 12:34, 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.