Skip to content

How to use ImageView.h from other libraries? #26

@chhtz

Description

@chhtz

Just doing #include <rock_widget_collection/ImageView.h> and adding rock_widget_collection as a DEPS_PKGCONFIG won't work, because, ImageView.h includes rock_widget_collection/progress_indicator/ProgressIndicator.h, which actually gets installed to ${INCLUDE_DIR}/rock_widget_collection/ProgressIndicator.h and GraphicsPointsItem.h which does not get installed.

The latter issue should be easy to fix, for the first I don't see an obvious fix (without breaking the build of rock_widget_collection on a fresh install) ...

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