i try to build with qt5 and qt creator.
get MANY linkererrors some LNK2019 like this:
...error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""class QLoggingCategory const & __cdecl statemachine(void)" (?statemachine@@YAAEBVQLoggingCategory@@XZ)" in Funktion ...

and LNK2001:
... error LNK2001: Nicht aufgelöstes externes Symbol ""class QLoggingCategory const & __cdecl support(void)...

please im new with qt. QLoggingCategory is part of core and core should be known ??