**addQML** - function - This function add QML module into target and prepare qmldir file.
* This function add QML module into target and prepare qmldir file and qrc files.
* this function designed to prepare a static or shared library with qml components,
* that can be imported into other projects only after linked parent library.
#### Arguments :
- nicecery arguments:
- target - it is name of the target for that will be added QML module.
- QML_DIR - it is directory with QML files.
- optional arguments:
- VERSION - it is version of the QML module. Default value is 1.0.
- MODULE_NAME - it is name of the QML module. Default value is TARGET_NAME. For example if the target name is QEQuick3d then the module name will be QEQuick3dQML.
- PUBLIC - it is flag that indicate that the QML module will be public and afailable to using in all child libs. Default value is OFF.