[Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Sivan Greenberg
Thanks Tony. With your help, is there a way to download a file using Qt, remain dependent only on Qt, and support multiple targets without having to create your own custom build scripts, reading qmake's code, finding alternative build system, reading QNAM's code (which I actually did) , spawning a

Re: [Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Harri Pasanen
Btw. for me the building was just: qmake make And test: ./download http://mpaja.com/download/ahven.png Download of http://mpaja.com/download/ahven.png succeeded (saved to ahven.png) This on Linux (latest kubuntu amd64) Harri On 07/05/2012 11:32 AM, Sivan Greenberg wrote: Thanks Tony. With

Re: [Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Sivan Greenberg
:32 AM Subject: [Interest] Usable Qt [Was: download a file form http] Thanks Tony. With your help, is there a way to download a file using Qt, remain dependent only on Qt, and support multiple targets without having to create your own custom build scripts, reading qmake's code, finding

Re: [Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Jason H
; Harri Pasanen ha...@mpaja.com Sent: Thursday, July 5, 2012 11:03 AM Subject: Re: [Interest] Usable Qt [Was: download a file form http] On Thu, Jul 5, 2012 at 5:08 PM, Jason H scorp...@yahoo.com wrote: The problem was an advanced user told you about the #include moc hack. The example actually

Re: [Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Harri Pasanen
From: Sivan Greenberg si...@omniqueue.com To: Tony Rietwyk t...@rightsoft.com.au Cc: interest@qt-project.org Sent: Thursday, July 5, 2012 5:32 AM Subject: [Interest] Usable Qt [Was: download a file form http] Thanks Tony. With your help, is there a way to download