diff options
author | Vishnu Easwaran E | 2020-05-19 17:08:49 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-19 17:08:49 +0530 |
commit | ecf3d17369388e054e891f8297226a6cea968960 (patch) | |
tree | 588b06bd2dbccb81d1674e8cf81584a1ffe4fc73 | |
parent | 0c6aed43d6bec61e2d16d2cf64437d0b5a50748a (diff) | |
download | OpenPLC-ecf3d17369388e054e891f8297226a6cea968960.tar.gz OpenPLC-ecf3d17369388e054e891f8297226a6cea968960.tar.bz2 OpenPLC-ecf3d17369388e054e891f8297226a6cea968960.zip |
[vishnu] added LDgtk and LDqt to v1 software suite
-rw-r--r-- | .gitmodules | 8 | ||||
-rwxr-xr-x | OpenPLC_version_1/software/README.md (renamed from OpenPLC_version_1/software/README.rst) | 0 | ||||
m--------- | OpenPLC_version_1/software/ldmicro_gtk | 0 | ||||
m--------- | OpenPLC_version_1/software/ldmicro_qt | 0 |
4 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b9d0762..f214739 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,11 @@ path = OpenPLC_modules/hardware url = https://github.com/FOSSEE/openplc_modules.git branch = master +[submodule "OpenPLC_version_1/software/ldmicro_qt"] + path = OpenPLC_version_1/software/ldmicro_qt + url = https://github.com/FOSSEE/LDmicroQt.git + branch = master +[submodule "OpenPLC_version_1/software/ldmicro_gtk"] + path = OpenPLC_version_1/software/ldmicro_gtk + url = https://github.com/FOSSEE/LDMicroGtk.git + branch = master diff --git a/OpenPLC_version_1/software/README.rst b/OpenPLC_version_1/software/README.md index 1667a89..1667a89 100755 --- a/OpenPLC_version_1/software/README.rst +++ b/OpenPLC_version_1/software/README.md diff --git a/OpenPLC_version_1/software/ldmicro_gtk b/OpenPLC_version_1/software/ldmicro_gtk new file mode 160000 +Subproject 8aeb1edb1da821e47f3d497dcce1c25dbbb3c6e diff --git a/OpenPLC_version_1/software/ldmicro_qt b/OpenPLC_version_1/software/ldmicro_qt new file mode 160000 +Subproject 26fbfde1f5b7d2b72bfd3b1c82f1124d0f38258 |