QTopcua missing qfactoryloader files
-
I am trying to install qtopcua on my SElinux desktop.
When I try to build the application I get the following error:#include <private/qfactoryloader_p.h> 44:10 Fatal Error ; 'private/qfactoryloader_p.h' File or directory not found.
And in fact the private directory and the qfactoryloder files do not exist. I have looked everywhere and cannot find these files.
I installed the qtopcua instance as follows:
/***
git clone https://code.qt.io/qt/qtopcua.git
cd qtopcua
git checkout 5.12
mkdir build && cd build
~/Qt/5.12.0/gcc_64/bin/qmake ..
make
sudo make install # sudo is not required if Qt 5.12 has been installed to a directory owned by the user
***/I tried to do this installation on my apple and it does not get these errors, it just errors out with a qmake error -1: Error 1
Where can i find the missing files?
dencla
Thanks