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

doc: update readme

parent 7b4e6181
No related branches found
No related tags found
1 merge request!10QDS-11148 Test with Qt 6.6 and EMSKD 3.1.37
Pipeline #65155 passed
......@@ -56,12 +56,32 @@ cmake \
-B build \
-G Ninja \
-DCMAKE_PREFIX_PATH=<qt-wasm-path> \
-DCMAKE_INSTALL_PREFIX=<qt-wasm-path> \
-DCMAKE_INSTALL_PREFIX=build/install \
-DCMAKE_TOOLCHAIN_FILE=<qt-wasm-path>/wasm/lib/cmake/Qt6/qt.toolchain.cmake
cmake --build build
cmake --install build
```
## Running
You can use 'qtwasmserver' package to run the Qt Design Viewer:
To install the package:
```bash
python -m pip install qtwasmserver
```
And then run the server:
```bash
cd build/install
qtwasmserver .
```
Then open <http://localhost:8000> in Your web browser.
## Usage
Compress Your Qml project as a _.zip_ file, ideally including a _.qmlproject_ file. Or use the _Build -> Generate Resource File_ feature of Qt Design Studio 1.3+ to pack Your project in a _.qmlrc_ file.
......
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