[Qt-interest] Qt3_support removal
Frank Hemer
frank at hemer.org
Fri Jan 8 11:26:08 CET 2010
On Friday 08 January 2010 10:48:06 MacUser S wrote:
> When i'm removing Qt_Support from my project it shows some linker error
> like
>
>
> Undefined symbols:
> "Q3GList::~Q3GList()", referenced from:
> vtable for Q3GListin myapp.o
> "Q3GList::~Q3GList()", referenced from:
> vtable for Q3GListin myapp.o
> "Q3GList::compareItems(void*, void*)", referenced from:
> vtable for Q3GListin myapp.o
> "typeinfo for Q3PtrCollection", referenced from:
> typeinfo for Q3GListin myapp.o
> "Q3GList::read(QDataStream&, void*&)", referenced from:
> vtable for Q3GListin myapp.o
> "Q3PtrCollection::newItem(void*)", referenced from:
> vtable for Q3GListin myapp.o
> "Q3GList::write(QDataStream&, void*) const", referenced from:
> vtable for Q3GListin myapp.o
> "Q3GList::clear()", referenced from:
> vtable for Q3GListin myapp.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
>
> But,I didn;;t use any Q3GLLIst in my project,Can anybody help me.Whats the
> actuall problem with my project?
IIRC this could be caused by some #include'd header file from the qt3support
classes. Check for such includes, remove them and try again ...
Frank
More information about the Qt-interest-old
mailing list