<p dir="ltr">Great! Will this close parenthesis appear as a bug fix? <br>
For the other issue, what the user is supposed to do?<br></p>
<p dir="ltr">Thanks,<br>
Chiranjib<br>
------------<br>
Using handheld, sorry for the typos, if any.</p>
<div class="gmail_quote">On Oct 13, 2015 11:22 PM, "Ben Boeckel" <<a href="mailto:ben.boeckel@kitware.com">ben.boeckel@kitware.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Oct 13, 2015 at 22:29:19 +0530, Chiranjib Sur wrote:<br>
> Please find the file attached.<br>
<br>
Thanks; I've pointed out this first problem below.<br>
<br>
> FYI, while I was browsing to explore more about the error message (posted<br>
> earlier in the thread), I got the information from one of the mailing list<br>
> posting (<a href="https://cmake.org/pipermail/cmake/2014-November/059193.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/cmake/2014-November/059193.html</a>) that<br>
> in line 224 of this particular file COPY_ONLY should actually be COPYONLY.<br>
> Is that true?<br>
<br>
Yes, but that's not this error :) .<br>
<br>
>             qt5_make_output_file("${infile}" "" "qrc.depends" out_depends)<br>
>             configure_file("${infile}" "${out_depends}" COPY_ONLY)<br>
>         else(<br>
>             # The .qrc file does not exist (yet). Let's add a dependency and hope<br>
>             # that it will be generated later<br>
>             set(out_depends)<br>
<br>
Problem is right here; else is missing a close parenthesis.<br>
<br>
--Ben<br>
</blockquote></div>