Fix the qmlscene command help message
Pick-to: 6.1 Change-Id: Ie957bcc459a91d1c353be664074475545ec67510 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
0b326726ad
commit
9dba08d048
|
@ -362,7 +362,7 @@ static void usage()
|
|||
" ........ (remove AA_ShareOpenGLContexts)");
|
||||
puts(" --desktop......................... Force use of desktop GL (AA_UseDesktopOpenGL)");
|
||||
puts(" --gles............................ Force use of GLES (AA_UseOpenGLES)");
|
||||
puts(" --software........................ Force use of software rendering (AA_UseOpenGLES)");
|
||||
puts(" --software........................ Force use of software rendering (AA_UseSoftwareOpenGL)");
|
||||
puts(" --verbose......................... Print version and graphical diagnostics for the run-time");
|
||||
#ifdef QT_WIDGETS_LIB
|
||||
puts(" --apptype [gui|widgets] .......... Select which application class to use. Default is widgets.");
|
||||
|
|
Loading…
Reference in New Issue