|
2010-01-29
, 07:27
|
|
Posts: 18 |
Thanked: 12 times |
Joined on Nov 2007
@ Taranto, ITALY
|
#2
|
The Following 2 Users Say Thank You to gnuton For This Useful Post: | ||
|
2010-01-29
, 15:21
|
Posts: 19 |
Thanked: 7 times |
Joined on Jan 2010
@ dallas, tx usa
|
#3
|
|
2010-01-30
, 15:38
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#4
|
|
2010-02-01
, 00:41
|
Posts: 19 |
Thanked: 7 times |
Joined on Jan 2010
@ dallas, tx usa
|
#5
|
After much fiddling I finally got a working ESBox install. I am working on a small Qt app and have managed to get up and running fairly quickly. However, I've come across something totally baffling..
My app is trying to split some QString objects, and extract key-value pairs from the result QStringList(s). This all works fine, however, when I try to use a QHash I get very strange undefined reference errors that have nothing to do with QHash, or any of my code.
For example this works:
/home/user/build/helloworld: undefined symbol: _ZN7QLayout14addChildLayoutEPS�*��N11QFormLayout7s etItemEiNS_8ItemRoleEP11QLayoutItem
What is this all about? Has anyone seen this before? My QMake project is setup all right (I have experience with Qt on win32, so I know the basics of the API and make process..).
Has anyone else seen this?