Qt 6.11 is out! See what's new in the release
blog
<SOLVED> Qt Desinger addins
General and Desktop
3
Posts
2
Posters
1.4k
Views
1
Watching
-
Hi
I am trying to make a library with several Qt Designer plugins following the instructions here
http://qt-project.org/doc/qt-5.0/qtdesigner/qdesignercustomwidgetcollectioninterface.htmlWhen compiling I am getting this error –
@
mycustomwidgets.cpp(17): error C2338: Old plugin system used
1>mycustomwidgets.cpp(18): fatal error C1004: unexpected end-of-file found
@
Can anyone please explain the reason for this and what I need to do to fix itThanks
-
Hi, it's a bug of the documentation, please the newer version
http://qt-project.org/doc/qt-5.1/qtdesigner/qdesignercustomwidgetcollectioninterface.html