Re: [Interest] Using Qt internals, linker errors

2015-03-18 Thread Thiago Macieira
On Wednesday 18 March 2015 11:59:25 Thomas Sevaldrud wrote: > 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

[Interest] Using Qt internals, linker errors

2015-03-18 Thread Thomas Sevaldrud
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