XML mal wieder
Verfasst: 19. Juni 2008 20:45
Ich habe mal wieder versucht Daten in XML abspeichern zu lassen. Nun habe ich mal wieder Fehlermeldungen von einem Typ bekommen, den ich schon seit Ewigkeiten nicht mehr hatte:
Was waren das nochmal für Fehler? Die sind doch nicht im Quellcode sonder beim Linken entstanden, oder? Musste man für XML irgendwas in die .pro eintragen?
danke schonmal
Code: Alles auswählen
mainwindowimpl.cpp:(.text+0xdde): undefined reference to `QDomDocument::createElement(QString const&)'
mainwindowimpl.cpp:(.text+0xe5f): undefined reference to `QDomDocument::toString(int) const'
mainwindowimpl.cpp:(.text+0xea9): undefined reference to `QDomNode::~QDomNode()'
mainwindowimpl.cpp:(.text+0xeb4): undefined reference to `QDomDocument::~QDomDocument()'
mainwindowimpl.cpp:(.text+0xfc3): undefined reference to `QDomNode::~QDomNode()'
mainwindowimpl.cpp:(.text+0xfce): undefined reference to `QDomDocument::~QDomDocument()'
mainwindowimpl.cpp:(.text+0xff9): undefined reference to `QDomNode::~QDomNode()'
danke schonmal