-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels