Hello @alpartis
Thank you for the info. What about import statement of Qt Desing Studio project (in my Qt Creator project)?
import QtQuick import QtQuick.Controls import MyQTDesignStudioProject ###(my project)I manage to import the ui.qml file but of course, it has the import "MyQTDesignStudioProject" and I get the error:
"Qml module not found (MyQTDesignStudioProject)"
or
"module "MyQTDesignStudioProject" is not installed"
Are there any extra steps I'm missing? (QML_DESIGNER_IMPORT_PATH? Another path?)
Thanks, afalsa