and getting compilation error about missing headers:
#include <packagekitqt_global.h>
The workaround is probably to change includes to "packagekitqt_global.h" but I'm not a pro with the build systems.
Any hints what to check twice it's not my system env/compile flag problems?
Hello! Is building with qmake possible?
I'm taking packagekit-qt5 package from manjaro/archlinux and trying to use it with cmake projects like kde's apper -- successfully.
And then trying qmake-based project with:
and getting compilation error about missing headers:
The workaround is probably to change includes to
"packagekitqt_global.h"
but I'm not a pro with the build systems. Any hints what to check twice it's not my system env/compile flag problems?