Skip to content

Commit

Permalink
ENHANCEMENT-FIX: Fixed broken links in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcb-framatome committed May 15, 2018
1 parent b4ae89e commit 1ecff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QtADS
The QtADS library contains utility classes for integrating Qt with Beckhoff's [TwinCAT](https://www.beckhoff.com/english.asp?twincat/default.htm) real-time software PLC system using optionally the open-source [ADS library](https://github.com/Beckhoff/ADS) or on Windows operating systems the proprietary ADS library installed with TwinCAT (the default for Windows).

The library only depends on QtCore so it can be used as a [command-line utility](tree/master/tests/qtadstest) without any GUI dependencies. It also works well in both classical [Widgets based desktop](tree/master/example/QtWidgetsADSExample) applications or in QML applications (untested).
The library only depends on QtCore so it can be used as a [command-line utility](https://github.com/Framatome/QtADS/tree/master/tests/qtadstest) without any GUI dependencies. It also works well in both classical [Widgets based desktop](https://github.com/Framatome/QtADS/tree/master/example/QtWidgetsADSExample) applications or in QML applications (untested).

0 comments on commit 1ecff05

Please sign in to comment.