what wysota meant was you have to link the xml library.
you can do that by adding the following to your .pro file:
what wysota meant was you have to link the xml library.
you can do that by adding the following to your .pro file:
Thanks
that issue solved....
Now it showing errors in Qt libs
Qt Code:
c:\Qt\2009.01\qt\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x20d): undefined reference to `qMain(int, char**)' collect2: ld returned 1 exit statusTo copy to clipboard, switch view to plain text mode
have you rebuild you project after chancing your pro file?
Ya , i have rebuid my project..
i am getting errors like that
Here i attached my project file..
add #include <string> into Server.h.
btw, what do you want, create a lib?
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
yes , i want to create library from the project..
I added the #include <string> in Server.h file...
Same thing is happening ...
please help me
Hi
Thanks for supports...
I realized my problem..
I did mistake in .pro file..
previously i had given TEMPLATE = app..
But my requirement is lib ...
So i changed app as lib ..
Now it is working..
Thanks
Addu
Bookmarks