General answer, not specific to the QT and VS versions, Have you previously built in this directory? If so delete CMakeCache.txt, run the CMake generation step and then add "/t:Rebuild" to the msbuild command line to force a total rebuild. You can also just nuke the build dir and run the CMake gen and a normal build command.
On 9 March 2017 at 11:43, Anders Broman <[email protected]> wrote: > Hi, > > Trying to build with Qt 5.8 and Visual Studio 2015 I get: > > C:\Development\wsbuild-gpl\ui\qt\moc_capture_file_dialog.cpp(113): > error C2039: 'preview': is not a member of 'CaptureFileDialog' > [C:\Development\wsbuild-gpl\ui\qt\qtui.vcxproj] > > C:\Development\wsbuild-gpl\ui\qt\moc_capture_file_dialog.cpp(114): > error C2039: 'on_buttonBox_helpRequested': is not a member of > 'CaptureFileDialog' [C:\Development\wsbuild-gpl\ui\qt\qtui.vcxproj] > > > C:\Development\wsbuild-gpl\ui\qt\moc_export_dissection_dialog.cpp(85): > error C2039: 'exportTypeChanged': is not a member of > 'ExportDissectionDialog' [C:\Development\wsbuild-gpl\ui\qt\qtui.vcxproj] > > > C:\Development\wsbuild-gpl\ui\qt\moc_export_dissection_dialog.cpp(86): > error C2039: 'checkValidity': is not a member of 'ExportDissectionDialog' > [C:\Development\wsbuild-gpl\ui\qt\qtui.vcxproj] > > > C:\Development\wsbuild-gpl\ui\qt\moc_export_dissection_dialog.cpp(87): > error C2039: 'on_buttonBox_helpRequested': is not a member of > 'ExportDissectionDialog' [C:\Develo > > > > > > Any ideas? > > > > Regards > > Anders > > ____________________________________________________________ > _______________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: https://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject= > unsubscribe > -- Graham Bloice Software Developer Trihedral UK Limited
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
