[CMake] Specifying different flags for debug/release mode

2007-12-10 Thread Christian Ehrlicher
Hi, ist there something like target_link_libraries(debug fooD.lib release foo.lib) possible for flags? It's needed to make Qt plugins work (yes, you can't properly build Qt plugins on windows with cmake). Christian -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen:

Re: [CMake] Specifying different flags for debug/release mode

2007-12-10 Thread Pau Garcia i Quiles
Quoting Christian Ehrlicher [EMAIL PROTECTED]: Hi, ist there something like target_link_libraries(debug fooD.lib release foo.lib) possible for flags? It's needed to make Qt plugins work (yes, you can't properly build Qt plugins on windows with cmake). From

Re: [CMake] Specifying different flags for debug/release mode

2007-12-10 Thread Christian Ehrlicher
Von: Pau Garcia i Quiles Quoting Christian Ehrlicher Hi, ist there something like target_link_libraries(debug fooD.lib release foo.lib) possible for flags? It's needed to make Qt plugins work (yes, you can't properly build Qt plugins on windows with cmake). From

Re: [CMake] Specifying different flags for debug/release mode

2007-12-10 Thread Clinton Stimpson
Christian Ehrlicher wrote: Hi, ist there something like target_link_libraries(debug fooD.lib release foo.lib) possible for flags? It's needed to make Qt plugins work (yes, you can't properly build Qt plugins on windows with cmake). Christian This was fixed recently in CVS for Qt