Re: kdebindings, generator, LD_LIBRARY_PATH

2009-11-02 Thread David Faure
On Saturday 31 October 2009, Alexander Neundorf wrote: On Saturday 31 October 2009, Yury G. Kudryashov wrote: On Saturday 31 October 2009 20:45:16 you wrote: On Friday 30 October 2009, Yury G. Kudryashov wrote: Hi! if( UNIX ) # Generator library is used during compilation. If

Re: kdebindings, generator, LD_LIBRARY_PATH

2009-11-02 Thread Yury G. Kudryashov
On Monday 02 November 2009 20:13:45 David Faure wrote: QLibrary lib(generator_smoke); lib.load(). Can you tell QLibrary to search in an additional directory ? Yes, see QApplication::addLibraryPath(). It seems that applicationDirPath is always in libraryPaths but app.libraryPaths() is

Re: kdebindings, generator, LD_LIBRARY_PATH

2009-11-02 Thread Thiago Macieira
Em Segunda-feira 2. Novembro 2009, às 10.55.08, Yury G. Kudryashov escreveu: On Monday 02 November 2009 20:13:45 David Faure wrote: QLibrary lib(generator_smoke); lib.load(). Can you tell QLibrary to search in an additional directory ? Yes, see QApplication::addLibraryPath(). It

Re: kdebindings, generator, LD_LIBRARY_PATH

2009-11-02 Thread David Faure
On Monday 02 November 2009, Thiago Macieira wrote: Em Segunda-feira 2. Novembro 2009, às 10.55.08, Yury G. Kudryashov escreveu: On Monday 02 November 2009 20:13:45 David Faure wrote: QLibrary lib(generator_smoke); lib.load(). Can you tell QLibrary to search in an additional

Re: kdebindings, generator, LD_LIBRARY_PATH

2009-11-02 Thread Yury G. Kudryashov
On Monday 02 November 2009 22:46:49 Thiago Macieira wrote: Em Segunda-feira 2. Novembro 2009, às 11.31.43, David Faure escreveu: The doc for QLibrary does mention this. But it's not really convenient nor portable... Actually, it does: does mention this, Actually, it does. Have I missed

Re: Fwd: [CMake] CMake 2.8.0 RC 4 ready for testing!

2009-11-02 Thread Brad King
David Faure wrote: On Thursday 29 October 2009, Alexander Neundorf wrote: Hi, please give this RC4 of CMake 2.8.0 try, it is getting close to the final 2.8.0. OK, I switched to CMake-2-8 cvs branch today. Everything seems to go smoothly, no problems. Great, thanks for trying it. Just

Re: Include FindKDevPlatform.cmake in kdelibs

2009-11-02 Thread Andreas Pakulat
On 17.10.09 16:20:11, Andreas Pakulat wrote: Hi, I'd like to move FindKDevPlatform.cmake to kdelibs/cmake/modules so that it can be used from various modules in trunk/KDE and playground. In particular all the plugins in playground/devtools/kdevelop4-extra-plugins need it and its currently