From 8ed3fb35fa8c84462f7ac62b71d78a7367e87d98 Mon Sep 17 00:00:00 2001 From: Burak Hancerli Date: Wed, 4 Jan 2023 22:23:09 +0100 Subject: chore: file name typo in readme.md Change-Id: I577a33ed438df5ddc78fa1a777e53672b97e859f Reviewed-by: Thomas Hartmann --- README.md | 20 ++++++++++++++++++++ REAMDE.md | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 README.md delete mode 100644 REAMDE.md 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. + diff --git a/REAMDE.md b/REAMDE.md deleted file mode 100644 index a9f4c62..0000000 --- a/REAMDE.md +++ /dev/null @@ -1,20 +0,0 @@ -# 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. - -- cgit v1.2.3