Add QMLPlugin class for registring as a qml plugin
This makes QZXing a qml plugin lib to be used as shared qml plugin when qml is enabled. Still wip but ready to use.
No issue the first issue is the one I already noticed. I'll fix the pr soon.
What do yo mean by:
a) merge the same tags (HEADERS, SOURCES) ?
Applied the requested changes
What do yo mean by:
a) merge the same tags (HEADERS, SOURCES) ?
May be i was not clear so i will explain with an example.
Instead of doing this:
HEADERS += \
$$PWD/QZXingImageProvider.h
HEADERS += \
$$PWD/QZXingPlugin.h
you could do this:
HEADERS += \
$$PWD/QZXingImageProvider.h \
$$PWD/QZXingPlugin.h
should be fixed now.
Anything missing here?
Do you have time to review the PR again?
Ping?
You will have a reply withing this weakend, sorry for the delay.