Skip to content
Snippets Groups Projects
Verified Commit 60980932 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

doc: update building instructions for the qtquickdesigner-components

parent 2af85b5f
No related branches found
No related tags found
1 merge request!6QDS-10704 Show download progress
Pipeline #61550 passed
...@@ -37,6 +37,7 @@ cmake \ ...@@ -37,6 +37,7 @@ cmake \
-B build \ -B build \
-G Ninja \ -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=<qt-android-path>/lib/cmake/Qt6/qt.toolchain.cmake \ -DCMAKE_TOOLCHAIN_FILE=<qt-android-path>/lib/cmake/Qt6/qt.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=<qt-android-path> \
-DANDROID_SDK_ROOT=<android-sdk-path> \ -DANDROID_SDK_ROOT=<android-sdk-path> \
-DANDROID_NDK_ROOT=<android-sdk-path>/ndk/<ndk-version> \ -DANDROID_NDK_ROOT=<android-sdk-path>/ndk/<ndk-version> \
-DANDROID_OPENSSL_PATH=<openssl-path> -DANDROID_OPENSSL_PATH=<openssl-path>
...@@ -73,7 +74,7 @@ source ./emsdk_env.sh ...@@ -73,7 +74,7 @@ source ./emsdk_env.sh
cd .. cd ..
``` ```
Then build and install QtQuickDesigner Components for Android: Then build and install QtQuickDesigner Components for WebAssembly:
```bash ```bash
cd qtquickdesigner-components cd qtquickdesigner-components
...@@ -81,7 +82,8 @@ cmake \ ...@@ -81,7 +82,8 @@ cmake \
-S . \ -S . \
-B build \ -B build \
-G Ninja \ -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=<qt-wasm-path>/wasm/lib/cmake/Qt6/qt.toolchain.cmake -DCMAKE_TOOLCHAIN_FILE=<qt-wasm-path>/wasm/lib/cmake/Qt6/qt.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=<qt-wasm-path>
cmake --build build cmake --build build
cmake --install build cmake --install build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment