summaryrefslogtreecommitdiffstats
path: root/qtopcua.pro
Commit message (Collapse)AuthorAgeFilesLines
* Update supported platformsv5.12.1Maurice Kalinowski2019-01-281-1/+1
| | | | | | | | - WebAssembly is not a supported platform for OpcUA - msvc2013 has been deprecated long ago Change-Id: Ib0a79806351cc37ddde7416bffc2b1d2737d6054 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Exclude MSVC2013 and QNX 6.6 from buildsJannis Voelker2017-12-051-0/+3
| | | | | | | | | MSVC2013 and QNX 6.6 are disabled due to compile time issues related to the use of constexpr. Change-Id: I51625b889afb4d67a61729b7d27428e133c56758 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Migrate QtOpcua to configure setup introduced by Qt LiteAlex Blasche2017-08-041-4/+0
| | | | | Change-Id: I29f26c8eb8c99d53f1455603646acf89826d5e60 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Initial import of the QtOpcUa moduleFrank Meerkoetter2015-10-211-0/+5
This patch set contains the basic framework, a backend plugin for the FreeOPCUA stack, initial documentation, tests and two examples. The code is based on initial work by: Jannis Völker <jannis.voelker@basyskom.com> Additional work by: Steffen Imhof <steffen.imhof@basyskom.com> Sumedha Widyadharma <sumedha.widyadharma@basyskom.com> Frank Meerkötter <frank.meerkoetter@basyskom.com> Change-Id: Ia27c67ba5e68bab4485ab14c4bf5f480d815e63e Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>