On 02/03/16 15:22, Bill Somerville wrote:
> On 02/03/2016 14:49, Barry Jackson wrote:
>> Where would I find "the moc file"?
> Hi Barry,
>
> the generated files are at the root of the build tree with names like
> moc_mainwindow.cpp, they contain the meta-data for the Qt objects and
> the stubs that implement the signals and slots. The only bit that really
> matters is the header comment that should look something like:
>
> /****************************************************************************
> ** Meta object code from reading C++ file 'mainwindow.h'
> **
> ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
> **
> ** WARNING! All changes made in this file will be lost!
> *****************************************************************************/
>
> Note the version of moc is shown.
>
> 73
> Bill
> G4WJS.
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
Thanks Bill,
[baz@mageia-pi build]$ for f in moc*; do cat $f |grep "Created by" ; done
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)

So that looks OK

Barry

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to