Hello:

... on to the next problem...

For a while now I have been building on Windows
using the the Qt Visual Studio plug-in to import my .pro file.
Now, for some reason, I am getting this...
Does anyone know what might be wrong.

VS: 2015
Qt: 5.7.0

Thanks

Bill

1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(187): error C2027: use of undefined type 'QtToolBarDialogPrivate' 1> c:\qt\windowsbuild\generatedfiles\release\../../qttoolbardialog/qttoolbardialog.h(94): note: see declaration of 'QtToolBarDialogPrivate' 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(187): error C2227: left of '->newClicked' must point to class/struct/union/generic type 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(188): error C2027: use of undefined type 'QtToolBarDialogPrivate' 1> c:\qt\windowsbuild\generatedfiles\release\../../qttoolbardialog/qttoolbardialog.h(94): note: see declaration of 'QtToolBarDialogPrivate' 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(188): error C2227: left of '->removeClicked' must point to class/struct/union/generic type 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(189): error C2027: use of undefined type 'QtToolBarDialogPrivate' 1> c:\qt\windowsbuild\generatedfiles\release\../../qttoolbardialog/qttoolbardialog.h(94): note: see declaration of 'QtToolBarDialogPrivate' 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(189): error C2227: left of '->defaultClicked' must point to class/struct/union/generic type 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(190): error C2027: use of undefined type 'QtToolBarDialogPrivate' 1> c:\qt\windowsbuild\generatedfiles\release\../../qttoolbardialog/qttoolbardialog.h(94): note: see declaration of 'QtToolBarDialogPrivate' 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(190): error C2227: left of '->okClicked' must point to class/struct/union/generic type 1>.\GeneratedFiles\Release\moc_qttoolbardialog.cpp(191): error C2027: use of undefined type 'QtToolBarDialogPrivate' 1> c:\qt\windowsbuild\generatedfiles\release\../../qttoolbardialog/qttoolbardialog.h(94): note: see declaration of 'QtToolBarDialogPrivate'

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to