> It looks like your build does not actually create/install a library > called libkImageAnnotator.so.0.0.1. That would be why it cannot be > found by the application binary. Is the source package available online > somewhere I can take a look?
It does create and install the library on the docker container where I build the package, here is the log with the whole output from the CI: https://travis-ci.org/DamirPorobic/ksnip/jobs/445294545 Here the part from the logs: Install the project... -- Install configuration: "" -- Installing: /usr/lib/x86_64-linux-gnu/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake -- Installing: /usr/lib/x86_64-linux-gnu/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake -- Installing: /usr/lib/x86_64-linux-gnu/cmake/kImageAnnotator/kImageAnnotator-targets.cmake -- Installing: /usr/lib/x86_64-linux-gnu/cmake/kImageAnnotator/kImageAnnotator-targets-noconfig.cmake -- Installing: /usr/lib/x86_64-linux-gnu/libkImageAnnotator.so.0.0.1 -- Installing: /usr/lib/x86_64-linux-gnu/libkImageAnnotator.so -- Installing: /usr/include/kImageAnnotator -- Installing: /usr/include/kImageAnnotator/KImageAnnotator.h -- Installing: /usr/include/kImageAnnotator/KImageAnnotatorExport.h This is the project on github: https://github.com/DamirPorobic/ksnip/tree/addRpmAndDebToContinouseCi