| Reply | « Previous Thread | Next Thread » |
|
Hello I got the following error during compile time:
Creation Time Description Resource Path Location Type 1257565797812 Undefined symbol: '__declspec(dllimport) QDomDocument::QDomDocument(class QString const &) (__imp_??0QDomDocument@@QAE@ABVQString@@@Z)' MyClass Unknown C/C++ Problem I have following method declaring variable x which is a type of QDomDocument and in my header file I included #include <QtXml/qdom.h> void MyClass:: parseResult(QTextStream* inputText){ QDomDocument x("Test"); } What can be reason for this? |
|
Solved after adding xml module to the QT variable in the .pro file:
QT += core \ gui \ network \ webkit \ xml \ --> (xml added) webkit |
|
Any module (including QtXml) can also be added in project using Project creation vizard. You have to just check XML in Qt Module windows, for adding xml module.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| error LNK2019: unresolved external symbol ??? | wgarnett | General Symbian C++ | 3 | 2009-09-28 07:53 |
| Head Set Status | arunmdevan | General Symbian C++ | 15 | 2009-02-28 05:30 |
| mwldsym2.exe: Undefined symbol in Carbide.C++ 1.3 | ValentinK | Carbide.c++ IDE and plug-ins | 4 | 2008-03-14 16:23 |
| Parsing file content | hendrawan.ashari | General Symbian C++ | 7 | 2007-03-09 11:41 |
| Carbide.vs 2.01 Registration Problem | baykal | Symbian Tools & SDKs | 5 | 2006-12-22 17:55 |