Qt5 cmake imported target include path on MacOS
Solved
General and Desktop
-
We are using the imported targets of Qt5 on macOS. When we do this the command line shows the include paths to the frameworks directory as "-F<path>" where we would have expected "-iframework <path>". The former is leading the compiler to give us warnings when compiling the Qt provided header.
Any ideas on how to remedy this?
Thanks!