-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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:
CONFIG += c++11 hide_symbols link_pkgconfig
PKGCONFIG += packagekitqt5
...
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?
Metadata
Metadata
Assignees
Labels
No labels