Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed May 14, 2024
1 parent 3a60c8f commit e332663
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/source/developer/_build_qt_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ usage: build_qt.py [-h] [--show_config_only] [--root_dir ROOT_DIR]
[--force] [--force_ffmpeg] [--force_openssl] [--force_qt]
[--force_sqlcipher] [--tee TEE] [--verbose {0,1,2}]
[--inherit_os_env] [--no_inherit_os_env] [--build_all]
[--build_android_x86_32] [--build_android_arm_v7_32]
[--build_android_arm_v8_64] [--build_linux_x86_64]
[--build_macos_x86_64] [--build_windows_x86_64]
[--build_windows_x86_32] [--build_ios_arm_v7_32]
[--build_ios_arm_v8_64] [--build_ios_simulator_x86_32]
[--build_android_x86_32] [--build_android_x86_64]
[--build_android_arm_v7_32] [--build_android_arm_v8_64]
[--build_linux_x86_64] [--build_macos_x86_64]
[--build_windows_x86_64] [--build_windows_x86_32]
[--build_ios_arm_v7_32] [--build_ios_arm_v8_64]
[--build_ios_simulator_x86_32]
[--build_ios_simulator_x86_64]
[--qt_build_type {debug,release,release_w_symbols}]
[--qt_src_dirname QT_SRC_DIRNAME] [--qt_openssl_static]
Expand Down Expand Up @@ -57,6 +58,9 @@ Architecture:
--build_android_x86_32
An architecture target (Android under an Intel x86
32-bit emulator) (default: False)
--build_android_x86_64
An architecture target (Android under an Intel x86
64-bit emulator) (default: False)
--build_android_arm_v7_32
An architecture target (Android with a 32-bit ARM
processor) (default: False)
Expand Down

0 comments on commit e332663

Please sign in to comment.