Re: [CMake] INSTALL_INTERFACE question

2013-04-10 Thread clin...@elemtech.com
Yeah, that's it. Thanks. That page was referenced by a recent kitware blog. http://www.kitware.com/blog/home/post/462 Clint - Reply message - From: Stephen Kelly steve...@gmail.com Date: Wed, Apr 10, 2013 1:08 am Subject: [CMake] INSTALL_INTERFACE question To: cmake@cmake.org

Re: [cmake-developers] Qt4Targets test failure

2013-04-05 Thread clin...@elemtech.com
Yes, on Windows, you need both debug and release Qt libraries, if you want to build your code both debug and release. Clint - Reply message - From: David Cole dlrd...@aol.com Date: Fri, Apr 5, 2013 5:19 am Subject: [cmake-developers] Qt4Targets test failure To:

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread clin...@elemtech.com
Have you tried excluding the .exe thing? I thought cmake did the right thing for targets used in custom commands. Clint - Reply message - From: Michael Jackson mike.jack...@bluequartz.net Date: Wed, Jan 4, 2012 1:28 pm Subject: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR To:

Re: [CMake] Interrupt problems in cmake-gui

2011-12-30 Thread clin...@elemtech.com
There isn't a lock. Synchronization is done by threads having event loops and calling Qt slots in a queued fashion (like posting messages to the other event queue). I imagine you just need to add another place where the interrupt is checked and gracefully return (which should take you back to

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-28 Thread clin...@elemtech.com
Sounds like your icons are in a format supported by a plugin, and the installation has missing that plugin. Clint - Reply message - From: James Sutherland james.sutherl...@utah.edu Date: Thu, Jul 28, 2011 8:01 pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake

Re: [CMake] How pass a -spec parameter to FindQt4.cmake?

2011-07-18 Thread clin...@elemtech.com
What version of cmake are you using? And since you are cross-compiling, what does your toolchain file for cmake look like? Did you add a find path in that file for your powerpc libs? The spec file only applies on qmake generated makefiles, which is not happening when using cmake. And you do

Re: [CMake] How pass a -spec parameter to FindQt4.cmake?

2011-07-18 Thread clin...@elemtech.com
Näslund dan...@dannas.name Date: Mon, Jul 18, 2011 11:50 am Subject: [CMake] How pass a -spec parameter to FindQt4.cmake? To: clin...@elemtech.com clin...@elemtech.com Cc: cmake@cmake.org On Mon, Jul 18, 2011 at 07:23:26AM -0700, clin...@elemtech.com wrote: What version of cmake are you using

Re: [cmake-developers] Adding CheckCXXSymbolsExists.cmake ?

2011-07-06 Thread clin...@elemtech.com
Sounds good. Technically, FindQt4 needs that too, in case users disable the C compiler. Clint - Reply message - From: Alexander Neundorf neund...@kde.org Date: Wed, Jul 6, 2011 1:32 pm Subject: [cmake-developers] Adding CheckCXXSymbolsExists.cmake ? To: cmake-developers@cmake.org Hi,

Re: [CMake] BundleUtilities with MinGW under Windows

2011-05-20 Thread clin...@elemtech.com
Ah, ok. You can see related warnings if you run cpack with -V option to make it verbose. Clint - Reply message - From: NoRulez noru...@me.com Date: Fri, May 20, 2011 1:40 pm Subject: AW: [CMake] BundleUtilities with MinGW under Windows To: 'Clinton Stimpson' clin...@elemtech.com Cc

Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-12 Thread clin...@elemtech.com
It is under Source/QtDialog and the cmake option has QtDialog in its name. Clint - Reply message - From: Dick Munroe mun...@csworks.com Date: Thu, May 12, 2011 11:07 am Subject: [CMake] How do you go about building the cmake-gui from source in 2.8.4? To: cmake@cmake.org The title

Re: [CMake] BundleUtilities Error between 2.8.3 and 2.8.4

2011-03-30 Thread clin...@elemtech.com
I think you are running into an error message introduced with this commit. cmake.org/gitweb?p=cmake.git;a=commit;h=c2895f48a4e79af49937b9e6a260076440b1a67a You can read about the change which was to prevent problems. Does it not apply to you and its being too restrictive? Clint - Reply

Re: [CMake] CPack and OpenSSL libraries

2011-02-15 Thread clin...@elemtech.com
Yeah, Qt uses them as plugins by default so BundleUtilities won't pick it up. You could also copy it manually like other Qt plugins, or configure Qt with the -openssl-link flag so it can copy the library for you. Clint - Reply message - From: Crni Gorac cgo...@gmail.com Date: Tue, Feb