客户从 Qt Creator 2.6.1 提供了一个 QML 项目 v1.1,但它找不到其中一个插件的导入路径:
我将其设置为:
importPaths: [ "plugins/com/myCustomer/hmiframework"]
这是 .dll 文件的目录,但 qml 文件没有找到库。
我在导入代码上收到此错误:
import com.myCustomer.hmiframework 1.0
这是错误:
Error while loading project file C:/Users/elswick/Documents/Customers/myCustomer/docs/project/name/project.qmlproject.
file:///C:/Users/elswick/Documents/Customers/myCustomer/project/name/project.qmlproject:20 Property value set multiple times
不知道从这里去哪里。当我选择设计时显示的错误是这样的:
QML module not found
Import paths:
C:/Users/elswick/Documents/Customers/myCustomer/docs/project/name/plugins/com/myCustomer/hmiframework
For qmake projects, use the QML_IMPORT_PATH variable to add import paths.
for qmlproject projects, use the importPaths property to add import paths. (2:1)
谢谢。