From 5a4bdae5c87eb873b915fa175978442b857a0a0f Mon Sep 17 00:00:00 2001 From: Mahmoud Badri <mahmoud.badri@qt.io> Date: Mon, 17 Aug 2020 15:57:22 +0300 Subject: [PATCH] Add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..091cab1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This repository contains dependencies needed by the simulink connector plugin (https://git.qt.io/mbadri/simulinkconnector). Dependencies are provided by MathWorks (mathworks.com). + +The package is composed of three components: +1) Simulink Qt Block Library (QtBlocksetPSP-R2019b_v2.1.3_win64-Install.exe) +2) Qt plugin (simulinkplugin) for connectivity to the Simulink environment using C++ +3) QML Extension plugin (simulinkqmlplugin) which allows the simulinkplugin to be used in QML directly. \ No newline at end of file -- GitLab