Re: [CMake] ActiveQt with CMake?

2012-12-05 Thread Pau Garcia i Quiles
ActiveQt with CMake. It seems that as part of the build, qmake is invoking the built executable with the -dumpidl command line option. Is a post-build step or a cpack macro or so needed for that kind of stuff? Has anyone using CMake with ActiveQt come up against that issue before? How did you

Re: [CMake] ActiveQt with CMake?

2012-12-05 Thread Stephen Kelly
with ActiveQt, and in particular ActiveQt with CMake. It seems that as part of the build, qmake is invoking the built executable with the -dumpidl command line option. Is a post-build step or a cpack macro or so needed for that kind of stuff? Has anyone using CMake with ActiveQt come up against

Re: [CMake] ActiveQt with CMake?

2012-12-05 Thread Pau Garcia i Quiles
will be what people usually do. What surprises me is that in the time since ActiveQt and CMake could be used together, no one else has written such macros. Or has everyone using the ActiveQt modules written such macros separately? Or is it more likely that people using ActiveQt have

Re: [CMake] ActiveQt with CMake?

2012-12-05 Thread Stephen Kelly
Pau Garcia i Quiles wrote: I would say most people are not using ActiveQt and CMake together, plain and simple. For the very few who do, they are probably only using the Qt application as a client (i. e. load an ActiveX component), not to write servers. Aha, and the implication

Re: [CMake] ActiveQt with CMake?

2012-12-05 Thread Stephen Kelly
Pau Garcia i Quiles wrote: On Wed, Dec 5, 2012 at 5:00 PM, Stephen Kelly steve...@gmail.com wrote: Pau Garcia i Quiles wrote: I would say most people are not using ActiveQt and CMake together, plain and simple. For the very few who do, they are probably only using the Qt

[CMake] ActiveQt with CMake?

2012-12-04 Thread Stephen Kelly
Hi there, I'm attempting to write a unit test for the Qt 5 ActiveQt module: https://codereview.qt-project.org/#change,41554 The problem is that I don't have any prior experience with ActiveQt, and in particular ActiveQt with CMake. It seems that as part of the build, qmake is invoking