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
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
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 :
>
> 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
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
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
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