Hello comunity
I started a new project using qtsoap.h and it was compiling good, but after restart my pc when I compile the project there is an error saying that qtsoap.h is not found, I'm using kubuntu 12.04 and QtCreator 2.4.1 with Qt 4.8
Hello comunity
I started a new project using qtsoap.h and it was compiling good, but after restart my pc when I compile the project there is an error saying that qtsoap.h is not found, I'm using kubuntu 12.04 and QtCreator 2.4.1 with Qt 4.8
ok. thanks for the info!![]()
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
OK, thanks for the (mod edit) very useful answer (end of mod edit).
Last edited by wysota; 25th September 2012 at 21:08. Reason: Corrected bad language
answer? Let's not get ahead of ourselves! There hasn't even been a question yet!![]()
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
The file "qtsoap.h" is not part of the Qt4 libraries. It is part of one of the former "Qt Solutions" SOAP 1.1 library: here. That source and library may still be on your machine but your project does not have suitable INCLUDEPATH and/or LIBS settings, or something you have done has actually removed it from your machine. We have no way of knowing.
Bookmarks