Merge pull request #5600 from orbea/Qt
qb: Add a description for the Qt wrapper in ./configure --help
This commit is contained in:
commit
cd942f1faa
|
@ -28,7 +28,7 @@ HAVE_SSA=auto # SSA/ASS for FFmpeg subtitle support
|
||||||
HAVE_DYLIB=auto # Dynamic loading support
|
HAVE_DYLIB=auto # Dynamic loading support
|
||||||
HAVE_NETWORKING=auto # Networking features (recommended)
|
HAVE_NETWORKING=auto # Networking features (recommended)
|
||||||
HAVE_NETWORKGAMEPAD=auto # Networked game pad (plus baked-in core)
|
HAVE_NETWORKGAMEPAD=auto # Networked game pad (plus baked-in core)
|
||||||
HAVE_KEYMAPPER=yes # Networked game pad (plus baked-in core)
|
HAVE_KEYMAPPER=yes # Networked game pad (plus baked-in core)
|
||||||
C89_NETWORKGAMEPAD=no
|
C89_NETWORKGAMEPAD=no
|
||||||
HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal)
|
HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal)
|
||||||
HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal)
|
HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal)
|
||||||
|
@ -90,7 +90,7 @@ HAVE_PARPORT=auto # Parallel port joypad support
|
||||||
HAVE_IMAGEVIEWER=yes # Built-in image viewer support.
|
HAVE_IMAGEVIEWER=yes # Built-in image viewer support.
|
||||||
HAVE_MMAP=auto # MMAP support
|
HAVE_MMAP=auto # MMAP support
|
||||||
HAVE_QT=no # Qt companion support
|
HAVE_QT=no # Qt companion support
|
||||||
HAVE_QT_WRAPPER=no
|
HAVE_QT_WRAPPER=no # Qt wrapper support
|
||||||
HAVE_XSHM=no # XShm video driver support
|
HAVE_XSHM=no # XShm video driver support
|
||||||
HAVE_CHEEVOS=yes # Retro Achievements
|
HAVE_CHEEVOS=yes # Retro Achievements
|
||||||
HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines
|
HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines
|
||||||
|
|
Loading…
Reference in New Issue