[Qt-interest] Qt3_support removal
João Abecasis
joao at trolltech.com
Fri Jan 8 11:41:22 CET 2010
On 1/8/2010 10:48 AM, 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?
The references are in your object files, like myapp.o, so you're
probably missing a recompile.
Try "make clean" (or distclean) and recompile everything.
Cheers,
João
More information about the Qt-interest-old
mailing list