Re: [Interest] Desktop deployment

2013-06-20 Thread Yves Bailly
Le 20/06/2013 01:16, Alex Malyushytskyy a écrit : I just wanted to point that you must to deploy all dependencies not only Qt. You will have to deploy VC CRTs at least if your application has no other dependencies. I'm perfectly aware of this. Here my problem is more in the case where I just

Re: [Interest] Desktop deployment

2013-06-20 Thread Kalinowski Maurice
Le 20/06/2013 01:16, Alex Malyushytskyy a écrit : I just wanted to point that you must to deploy all dependencies not only Qt. You will have to deploy VC CRTs at least if your application has no other dependencies. I'm perfectly aware of this. Here my problem is more in the case where I

Re: [Interest] Desktop deployment

2013-06-20 Thread Stephen King
Hi, We use a custom build step in our .pro file to copy everything into a single directory ready for deployment (onto WinCE in our case). I think that using qmake you have all of the information you need for example the QT variable holds which Qt modules you're using so you can use that to

[Interest] Webapplication in Qt Help needed

2013-06-20 Thread Sujan Dasmahapatra
How can I push a string into a field and press 'go' button in a webpage. There is a website I am able to get the content. One field by name Price : Edit boxbutton-GO I want to enter some value into the edit box and press the button 'GO' from my Qt application. This is a web application in

[Interest] RESTful web service with Qt or in C++

2013-06-20 Thread Olivier Austina
Hi, How a REST web service can be developed with Qt (or in C++). Or KDSoap can be used for this end? Any suggestion is welcome.Thanks. Regards Olivier ___ Interest mailing list Interest@qt-project.org

Re: [Interest] RESTful web service with Qt or in C++

2013-06-20 Thread Sivan Greenberg
Hi Oliver, I used QNetworkAccessManager to fetch responses, and then built up memory structures out of the received JSON using http://qt-project.org/doc/qt-5.0/qtcore/json.html HTH, -Sivan On Fri, Jun 21, 2013 at 4:07 AM, Olivier Austina olivier.aust...@gmail.comwrote: Hi, How a REST web