Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QTopcua missing qfactoryloader files
Qt 6.11 is out! See what's new in the release blog

QTopcua missing qfactoryloader files

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 227 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dencla
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved