[cmake-developers] [patch] Qt plugins are missing when deploying

2014-07-24 Thread Mathieu MARACHE
I added two plugins qnativewifi and qtga that where missing in FindQt4.cmake and thus where not deployed with DeployQt4.cmake although they were mentioned in the plugins parameters. This is a patch is against current master but could well be back ported to earlier versions since this file has

[cmake-developers] [CMake 0015036]: make --question always returns 1

2014-07-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15036 == Reported By:Simon Ask Ulsnes Assigned To:

[cmake-developers] [CMake 0015037]: given a cpp file, how to know what target it's built and where is the flags.make is placed

2014-07-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15037 == Reported By:chen bin Assigned To:

Re: [cmake-developers] CMake generates Makefiles that don't parallelize as much as they could.

2014-07-24 Thread Nick Overdijk
I'm using target_include_directories of A to get some include directories into B well, so I can't use target_link_libraries(A INTERFACE B), and I can't seem to use the OBJECT-way neither since B's sources won't compile without A's INTERFACE_INCLUDE_DIRECTORIES... Any suggestions? On Wed, Jul 23,