Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.13.2
-
-
5e1f40a3afbaf829a48bb6fbef342cb9b0615663
Description
When adding library paths from a cmake project, then the one containing Qt should be first to avoid it finding Qt in a different location due to it finding dependent libraries. This is happening when a 3rd party library which resides in a /usr/lib location is added to a CMake project and then this path ends up coming up first and happens to have Qt installed there too which causes the built one from being ignored.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-25292 Installed Qt in Ubuntu 20.04 using .run file and it does not execute any compiled executable
- Closed