aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-03-30 11:24:47 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-03-30 14:34:43 +0000
commit5b4a2693b79dca723b7afdf9dfa97a0de54a1262 (patch)
tree57ee1fa34c787ba74b923dd26e7a46dfdabcb414
parent27eb17462ac7869533f68ad4ef2b4babf30fd8bc (diff)
Add readme file for cmake
Change-Id: I218a39dba18cc3c1e85c41f18032870877564382 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--REAMDE.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/REAMDE.md b/REAMDE.md
new file mode 100644
index 0000000..a9f4c62
--- /dev/null
+++ b/REAMDE.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.
+