[Qt-interest] Qt3_support removal
MacUser S
macos_user at yahoo.com
Fri Jan 8 11:33:09 CET 2010
The header included from QtGUI and Qt Core.
________________________________
From: Frank Hemer <frank at hemer.org>
To: qt-interest at trolltech.com
Sent: Fri, January 8, 2010 4:26:08 PM
Subject: Re: [Qt-interest] Qt3_support removal
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
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100108/a01aa833/attachment.html
More information about the Qt-interest-old
mailing list