Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
/MyFolder/main.cpp:5: error: undefined reference to 'QListData::detach_grow(int*, int)' |
IDE: Qt Creator 2.0.0
Project type: Qt4 Console Application
Selected required modules: QtCore
The following source code was used:
#include <QListData/qt4/QListData-qt4.h> |
The following project file was used:
#-------------------------------------------------
#
# Project created by QtCreator 2010-09-18T12:40:50
#
#-------------------------------------------------
QT += core gui
TARGET = CppGraphExample4
LIBS += -L/usr/local/lib -lpoppler-qt4 |
You need to link against the QtXml library. Add the following line to your project file:
QT += xml |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.