Re: [CMake] qt standalone project : static link or dll copy (and how to do it?)

2008-09-25 Thread Ralf Habacker
Michael Jackson schrieb: The following is what I use. There may be better methods You may take a look at the kdewin installer build system source which is available at http://websvn.kde.org/trunk/kdesupport/kdewin-installer/CMakeLists.txt?revision=854656&view=markup Search for the term 'INSTA

Re: [CMake] qt standalone project : static link or dll copy (and how to do it?)

2008-09-25 Thread Michael Jackson
The following is what I use. There may be better methods or methods that are now built into CMake 2.6.x that I am unaware of. # -- # This CMake code installs the needed support libraries on NON OSX platforms # ---

[CMake] qt standalone project : static link or dll copy (and how to do it?)

2008-09-25 Thread Mehdi Rabah
Hi, I need my qt project to be standalone when installing (cpack is taking care of the packaging). Can you tell me how to make a static link or how to copy the Qt dll? I'm using FintQt4. I tried to set the QT_CONFIG (found in FindQt4) to "static", it doesn't seem to do what I expected.I also trie