Re: [Interest] Desktop deployment

2013-06-26 Thread Stefano Cordibella
Hi Yves, We manage our projects with CMake and for deploying we use CPack that "magically" (need only some install directives inside CMakeLists.txt) create packages and installer both for linux (we test only with .deb on ubuntu) and windows (working on 7 and XP). CMake is quite integrated

Re: [Interest] Desktop deployment

2013-06-20 Thread Mandeep Sandhu
rds, > Steve > > > -Original Message- > From: interest-bounces+stephen.king=domino-uk@qt-project.org [mailto: > interest-bounces+stephen.king=domino-uk@qt-project.org] On Behalf Of > Yves Bailly > Sent: 20 June 2013 07:13 > To: Interest@qt-project.org &g

Re: [Interest] Desktop deployment

2013-06-19 Thread Stephen King
nterest-bounces+stephen.king=domino-uk@qt-project.org [mailto:interest-bounces+stephen.king=domino-uk@qt-project.org] On Behalf Of Yves Bailly Sent: 20 June 2013 07:13 To: Interest@qt-project.org Subject: Re: [Interest] Desktop deployment Le 20/06/2013 01:16, Alex Malyushytskyy a écrit :

Re: [Interest] Desktop deployment

2013-06-19 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 ca

Re: [Interest] Desktop deployment

2013-06-19 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 j

Re: [Interest] Desktop deployment

2013-06-19 Thread Alex Malyushytskyy
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. Alex On Wed, Jun 19, 2013 at 8:21 AM, Yves Bailly wrote: > > Greetings all, > > Here's a maybe silly question, but I really could

[Interest] Desktop deployment

2013-06-19 Thread Yves Bailly
Greetings all, Here's a maybe silly question, but I really couldn't find any valuable help from the documentation. Let's assume I'm creating an application, development and target platforms being Windows 7, using Visual C++. If I want to give my .exe file to someone, I usually have to give him