Hi Robert,
I’m not talking about shared libraries. I’m talking about static libraries.
While they are shared between several applications I link them statically with
the final application. This is a requirement for me. This was possible to do
with Qt 5 and qmake. As simple as that:
TEMPLATE =
On Mon, Jan 16, 2023 at 10:07 AM Nuno Santos wrote:
>
> Good morning Ulf,
>
> Ok, so this this the news Qt 6 / CMake approach to things and we can’t avoid
> it right?
>
> However, as it is, its buggy. I will upload my last week example to
> https://bugreports.qt.io/browse/QTBUG-110110
>
> Becaus