Opened 12 months ago
Closed 12 months ago
#19329 closed enhancement (fixed)
Gwenview and kImageAnnotator problem
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
When running cmake for Gwenview it cannot find kImageAnnotator. I created a workaround that completely skips looking for kImageAnnotator.
If the book is followed and the kImageAnnotator package is installed, Gwenview builds fine, but if kImageAnnotator is not installed the package will fail during the build phase.
We need something to really fix the cmake routines so kImageAnnotator is actually tested for proper installation.
Change History (4)
comment:1 by , 12 months ago
Milestone: | 12.2 → 12.1 |
---|
comment:2 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 months ago
comment:4 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I've done some digging and have come up with a patch to CMakeLists.txt that now lets the package build correctly with both kColorPicker and kImageAnotator detected. :)
The patch diff:
I'll have this in the book shortly