Skip to content

[qmake] Is building with qmake possible? #32

Description

@a-andreyev

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions