opcua module on ubuntu
-
Hello,
I am trying to install qt opcua into ubuntu with qt creator.
Cant fint any solution on google, tried it with this tutorial -> https://blog.basyskom.com/building-qt-opc-ua-with-open62541/
On macOS it wors perfectly but on ubuntu ( 19.04 ) installation finished and no module is found in Qt
-
Hello,
I am trying to install qt opcua into ubuntu with qt creator.
Cant fint any solution on google, tried it with this tutorial -> https://blog.basyskom.com/building-qt-opc-ua-with-open62541/
On macOS it wors perfectly but on ubuntu ( 19.04 ) installation finished and no module is found in Qt
@miroslav611 You should tell us which steps exactly you did and whether there were any errors.
Don't forget that after building (make) you have to install (make install).
And you have to use qmake from the Qt installation where you want to use opcua.