Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt for MCUs 2.7
-
None
Description
When the module contains images or certain QML expressions that refer to symbols from the Qul Core library in the generated cpp code, such link errors appear:
/usr/bin/ld: libLib_test_qmlproj5c86.a(CustomText.cpp.o): in function `Qul::Private::String::toRgba32() const': /home/srodal/dev/qul/include/qul/private/unicodestring.h:454: undefined reference to `Qul::Private::parseColorString(Qul::Private::String const&)'
The attached modification of qmlproject_static_library_with_images reproduces the issue.