[Interest] tQRE: Desktop deployment

2013-06-19 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of > Stephen King > Sent: Thursday, June 20, 2013 8:40 AM > To: Yves Bailly; Interest@qt-project.org > Subject: Re: [Interest] Deskto

Re: [Interest] Desktop deployment

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

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] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Hi, I forgot to send .pro file: #- # # Project created by QtCreator 2013-06-19T18:22:17 # #- #include(C:/KDSoap/kdsoap.pri) WSDL_DIR = generated include(kdsoap.pri ) #include(examples.pri ) KDW

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

Re: [Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Thanks to all of you. I have move to release mode. This is the errors I got: 23:44:30: Exécution des étapes pour le projet Currency... 23:44:30: Configuration inchangée, étape qmake sautée. 23:44:30: Débute : "C:\MinGW\bin\mingw32-make.exe" C:/MinGW/bin/mingw32-make -f Makefile.Release mingw32-

Re: [Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Thiago Macieira
On quarta-feira, 19 de junho de 2013 21.27.10, Olivier Austina wrote: > I got the following errors : cannot find : > -Cannot find -lkdsoapd Looks like you're on Windows and trying to compile in debug mode, but you don't have kdsoap compiled in debug mode. You should either switch to release mode

[Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Hello, I am compiling a client following the doc https://github.com/KDAB/KDSoap/tree/master/doc/manual .using window XP. I have copy and past the kdsoap.pri content in the client .pro file. (Perhaps I misunderstand the instruction ). I got the following errors : cannot find : -Cannot find -lkdsoa

[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

Re: [Interest] Runing KDSoap client or server outside the KDSoap installation folder

2013-06-19 Thread David Faure
Le mercredi 19 juin 2013 05:14:30 Olivier Austina a écrit : > Hi, > > I try to run a client outside the KDSoap installation folder following the > example (in the KDSoap folder). I got the error "[Makefile] error 2". You might need to set the environment variable KDSOAPDIR in order to point to

[Interest] Qt Installer Framework - unistall

2013-06-19 Thread Graham Labdon
Hi Is there a way of controlling what goes into the uninstaller that is created? I need to delete some files not specified in the unistaller Thanks ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest