aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a9f4c6244be7c2f2e2ef1e85c3b03b62eed5d4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Qt Design Studio QML modules

These modules provide the types  

# Usage

The modules get installed into Qt and provide the respective imports for QML.

# Building

```
mkdir build
cd build
cmake -GNinja -DCMAKE_INSTALL_PREFIX=path_to_qt_install_directory path_to_qtquickdesigner-components_cmake
cmake --build .
cmake --install .
```

This will install the Qt Design Studio modules in your Qt installation directory.