aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a9f4c62
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.
+