Fedora Account System
Red Hat Associate
Red Hat Customer
Package has: BuildRequires: pkgconfig(Qt5UiTools) and qt5-qttools-static with the static library is installed. Also cmake in the package has: find_package(Qt5UiTools REQUIRED) which requires: Qt5UiToolsConfig.cmake or qt5uitools-config.cmake and it's fullfilled only by the qt5-qttools-static package. It's qdmr package. I think it should use shared library by default. Reproducible: Always Steps to Reproduce: 1. Use BuildRequires: pkgconfig(Qt5UiTools) or find_package(Qt5UiTools REQUIRED) in cmake 2. 3. Actual Results: Fulfilled by qt5-qttools-static which contains static library. Expected Results: I think it should be fulfilled by qt5-qttools-devel with the dynamic library. Additional Information: Encountered when packaging the qdmr package into Fedora.
There is only a static library for libQt5UiTools, therefore it is in the -static subpackage.