Re: Plugin compiling error
The header file must be found from paths listed in INCLUDEPATH.
Re: Plugin compiling error
Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\editorform\ui_programlist.h 27
Error 27 error C2227: left of '->setMaximumSize' must point to class/struct/union/generic type c:\editorform\ui_programlist.h 53
I added by I got errors like above ones.
Re: Plugin compiling error
Take a look at the generated ui_programlist.h. Does it include the header file of your custom widget as it's supposed to? Clearly the compiler is still unaware of such class.
Re: Plugin compiling error
Ok.It has created "mainForm.h" (my class) and included it.
I tested the "alarmClock" plugin(widget) for testing.My ui header file included "alarmClock.h" but couldnt link it too.So is there an error for this type using in windows?
Re: Plugin compiling error
Well, you have to include the analog clock implementation to your application.