Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Alan W. Irwin
On 2009-04-28 01:01+0200 Andreas Pakulat wrote: On 27.04.09 14:50:47, Alan W. Irwin wrote: On 2009-04-27 18:47+0200 Anders Backman wrote: I have a problem where I pack the necessary stuff from qt into a dependency zip file (.h, .lib, .dll and qmake.exe). I have the path to qmake setup, so tha

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Andreas Pakulat
On 27.04.09 14:50:47, Alan W. Irwin wrote: > On 2009-04-27 18:47+0200 Anders Backman wrote: >> I have a problem where I pack the necessary stuff from qt into a dependency >> zip file (.h, .lib, .dll and qmake.exe). >> >> I have the path to qmake setup, so that qmake can be found. >> >> Then I unpac

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Alan W. Irwin
On 2009-04-27 18:47+0200 Anders Backman wrote: Hi all. I have a problem where I pack the necessary stuff from qt into a dependency zip file (.h, .lib, .dll and qmake.exe). I have the path to qmake setup, so that qmake can be found. Then I unpack that to some specified directory and run cmake o

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Ralf Habacker
Andreas Pakulat schrieb: On 27.04.09 19:54:12, Anders Backman wrote: Ah thanks.But how to know what to copy from QT so that one can still build applications? That is, what is needed so that CMake accepts the copied files as a complete qt installation? .lib files, .dll:s That, the exe

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Clinton Stimpson
Have you looked here? http://doc.trolltech.com/4.5/installation.html If you still have problems getting a working Qt installation, you can as the Qt list. CMake will work with any good installation of Qt. Clint Anders Backman wrote: Ah thanks. But how to know what to copy from QT so that one

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Andreas Pakulat
On 27.04.09 19:54:12, Anders Backman wrote: > Ah thanks.But how to know what to copy from QT so that one can still build > applications? > > That is, what is needed so that CMake accepts the copied files as a complete > qt installation? > > .lib files, > .dll:s That, the executables, the headers

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Anders Backman
Ah thanks.But how to know what to copy from QT so that one can still build applications? That is, what is needed so that CMake accepts the copied files as a complete qt installation? .lib files, .dll:s which plugins? mkspecs which exe files? Do I have to parse the FindQt4.cmake file, or is ther

Re: [CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Christian Ehrlicher
Am Montag 27 April 2009 18:47:07 schrieb Anders Backman: > Hi all. > I have a problem where I pack the necessary stuff from qt into a dependency > zip file (.h, .lib, .dll and qmake.exe). > > I have the path to qmake setup, so that qmake can be found. > > Then I unpack that to some specified direct

[CMake] Moving QT getting FIND_PACKAGE( Qt4 ) to work

2009-04-27 Thread Anders Backman
Hi all. I have a problem where I pack the necessary stuff from qt into a dependency zip file (.h, .lib, .dll and qmake.exe). I have the path to qmake setup, so that qmake can be found. Then I unpack that to some specified directory and run cmake on my own code. My projectgs CMakeLists.txt call F