Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CMake config files for -libdir different from "lib"
When Qt was configured with -libdir different from "lib", one could not build with CMake whenever a static lib was pulled in (e.g. uitools). Do not hard-code "/lib" but use the correct variable also for static libraries. Fixes: QTBUG-76255 Change-Id: I28c6861752e29e461247628d2b1f8a9ec32f0790 Reviewed-by: Alexandru Croitor <[email protected]> Reviewed-by: Fabian Vogt <[email protected]>
- Loading branch information