Hi, I am trying to use QSGDistanceFieldGlyphNode from the quick-private
module. I have

QT += qml quick widgets quick-private gui-private core-private qml-private


in my .pro-file, and everything compiles, but during linking I get
unresolved symbols related to the QSGDistanceFieldGlyphNode class

shapedtextitem.obj:-1: error: LNK2019: unresolved external symbol "public:
__thiscall QSGDistanceFieldGlyphNode::QSGDistanceFieldGlyphNode(class
QSGRenderContext *)"
(??0QSGDistanceFieldGlyphNode@@QAE@PAVQSGRenderContext@@@Z)
referenced in function "protected: virtual class QSGNode * __thiscall
ShapedTextItem::updatePaintNode(class QSGNode *,struct
QQuickItem::UpdatePaintNodeData *)" (?updatePaintNode@ShapedTextItem
@@MAEPAVQSGNode@@PAV2@PAUUpdatePaintNodeData@QQuickItem@@@Z)

Do i need to link specifically to some library, or am I missing some
modules here?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to