Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qmake] Is building with qmake possible? #32

Open
a-andreyev opened this issue Mar 20, 2020 · 2 comments
Open

[qmake] Is building with qmake possible? #32

a-andreyev opened this issue Mar 20, 2020 · 2 comments

Comments

@a-andreyev
Copy link

a-andreyev commented Mar 20, 2020

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?

@a-andreyev
Copy link
Author

could be related to #26 somehow 🤔

@ximion
Copy link
Collaborator

ximion commented Feb 9, 2021

Yes, that pkg-config bug looks very much related. Do you have QPK 1.0.2 installed, which includes a fix for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants