You just need to give the name of library
LIBS += -lqledplugin
also if you want to give path,
LIBS += L<lib path> -l<libname>
You just need to give the name of library
LIBS += -lqledplugin
also if you want to give path,
LIBS += L<lib path> -l<libname>
Bookmarks