Thread
:
QT Issue: crazy runtime undefined reference errors
View Single Post
gnuton
2010-01-29 , 07:27
Posts: 18 | Thanked: 12 times | Joined on Nov 2007 @ Taranto, ITALY
#
2
Hi,
I can't see any correlation between QHash and this problem. From the error message you posted I understand that linker is complaining about resolving symbol for QLayout::addChildLayout
QHash is part of QtCore and QLayout is part of QtGUI. Usually linker complain about unresolved symbols when the library (libQtGUI) is missing or symbol is not in the library.
Check to have libQtGUI installed into your device and that Qt version you use in SB it's the same into the device.
Quote & Reply
|
The Following 2 Users Say Thank You to gnuton For This Useful Post:
danielwilms
,
VDVsx
gnuton
View Public Profile
Send a private message to gnuton
Visit gnuton's homepage!
Find all posts by gnuton