How to import the custom component to the qmake project for qt 15.2.0
i have try QML_IMPORT_PATH in .pro but still it is not importing
ex:-
QML_IMPORT_PATH = "path"
QML2_IMPORT_PATH +="path"
Both method i have try but still it is not importing the component.