<br><br><div class="gmail_quote">On Tue, Dec 4, 2012 at 11:28 AM, Stephen Kelly <span dir="ltr">&lt;<a href="mailto:steveire@gmail.com" target="_blank">steveire@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Hi there,<br>
<br>
I&#39;m attempting to write a unit test for the Qt 5 ActiveQt module:<br>
<br>
 <a href="https://codereview.qt-project.org/#change,41554" target="_blank">https://codereview.qt-project.org/#change,41554</a><br>
<br>
The problem is that I don&#39;t have any prior experience with ActiveQt, and in<br>
particular ActiveQt with CMake.<br>
<br>
It seems that as part of the build, qmake is invoking the built executable<br>
with the -dumpidl command line option. Is a post-build step or a cpack macro<br>
or so needed for that kind of stuff? Has anyone using CMake with ActiveQt<br>
come up against that issue before? How did you solve it?<br></blockquote><div><br></div><div>Take a look at this mail from 8 years ago, it explains all the steps and the rationale and usefulness of each of them:</div><div>

<br></div><div><a href="http://lists.trolltech.com/qt-interest/2004-05/thread00936-0.html">http://lists.trolltech.com/qt-interest/2004-05/thread00936-0.html</a></div><div><br></div><div>I think a few new macros (CMake, not CPack) are needed to generate the IDL, then compile it to the type library (.tlb), then combine it with the executable. Amb maybe even one that combines those three in one, which will be what people usually do.</div>

<div> </div></div>-- <br>Pau Garcia i Quiles<br><a href="http://www.elpauer.org">http://www.elpauer.org</a><br>(Due to my workload, I may need 10 days to answer)<br>