diff options
author | Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> | 2016-01-29 15:14:39 +0200 |
---|---|---|
committer | Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> | 2016-01-29 13:25:13 +0000 |
commit | 0bc749aa73de9c3b7b0ca8d3a9fa5fde40c01561 (patch) | |
tree | 109bf1c238d9d36b27634fd6cb67dcd0341a2849 | |
parent | 10768631f581d38f0ef9b1903629f2d8a7632cca (diff) | |
download | qtdoc-0bc749aa73de9c3b7b0ca8d3a9fa5fde40c01561.tar.gz |
VxWorks: Updated documentation
* Update configure example
Change-Id: I6a53c2c030487bc340be315be5a7af4ea413b56c
Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
-rw-r--r-- | doc/src/platforms/vxworks.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/vxworks.qdoc b/doc/src/platforms/vxworks.qdoc index 848c0a79..f5e4b8df 100644 --- a/doc/src/platforms/vxworks.qdoc +++ b/doc/src/platforms/vxworks.qdoc @@ -185,7 +185,7 @@ use shared libraries. To build Qt 5 statically, add \c -static option for configure. \badcode - ./configure -commercial -confirm-license -device vxworks-imx6 -device-option CROSS_COMPILE=arm -prefix /sd0:1/qt5rtp -sysroot <path_to_vxworks_vsb_dir>/fsl_imx6_1_1_4_1_VSB -no-gcc-sysroot -extprefix <path_to_host_dir>/qt5rtp -hostprefix <path_to_host_dir>/qt5rtp -no-openssl + ./configure -commercial -confirm-license -device vxworks-imx6 -device-option CROSS_COMPILE=arm -prefix /sd0:1/qt5rtp -sysroot <path_to_vxworks_vsb_dir>/fsl_imx6_1_1_6_0_VSB -no-gcc-sysroot -extprefix <path_to_host_dir>/qt5rtp -hostprefix <path_to_host_dir>/qt5rtp -no-openssl -nomake tools -nomake examples \endcode The most important parameters are \c -device, \c -device-option CROSS_COMPILE=<arch>, |