I found the link error. But, I'm not sure why it happened. It looks like when I ran rcc.exe it didn't generate the right routine name.
It generated:
int qInitResources()But, it should have generated:
int qInitResources_chart()
Any ideas why? I used the chart.qrc file "as is" from the distribution. Did I execute the command correctly?
rcc.exe chart.qrc -o qrc_chart.cpp
Bookmarks