Did you try QML2_IMPORT_PATH in environment? Not QML_IMPORT_PATH.
For the pro file, try full path for QML_IMPORT_PATH first, instead of using MW_ROOT_PATH. Eg:
QML_IMPORT_PATH += "/home/foo/src/hmi/MwQml/qml"
↧