当前位置:网站首页>QML module not found
QML module not found
2022-07-25 22:10:00 【meditator2】
Reprint
QML The file appears QML module not found (QtQuick.Controls). And so on , Pictured 
terms of settlement : This is usually due to QML_IMPORT_PATH It's not set up . Add in the system environment variable of the computer or directly in the project pro Add... To the file , As shown below .
win32{
# If it is windows
msvc{
QMAKE_CXXFLAGS += /MP
QML_IMPORT_PATH = D:/Qt/Qt5.12.8/5.12.8/msvc2017/qml # Fill in your corresponding path here
}
else{
# If it is mingw
QML_IMPORT_PATH = D:/Qt/Qt5.12.8/5.12.8/mingw73_32/qml # Fill in your corresponding path here
}
}
If it still hasn't been solved , Check whether the project you open in the path uses another path QML_IMPORT_PATH.
边栏推荐
- 字节跳动技术面都过了,结果还是被刷了,问HR原因竟是。。。
- 2022最新软件测试八股文,能不能拿心仪Offer就看你背得怎样了
- What should I do if I encounter the problem of verification code during automatic testing?
- 若依如何解决导出使用下载插件出现异常?
- 3day
- golang : MVC之models
- 少儿编程 电子学会图形化编程等级考试Scratch一级真题解析(判断题)2022年6月
- Internship: writing common tool classes
- Flex layout
- C language: random generated number + bubble sort
猜你喜欢
随机推荐
Basic knowledge in the project
Minor GC 和 Full GC 有什么不同呢?
动画曲线天天用,你能自己整一个吗?看完这篇你就会了!
Imitation Tiktok homepage interface
Dovecot set mailbox quota
redis主从架构锁失效问题(主从)
[assembly language 01] basic knowledge
2day
文件无法保存(文件夹已损坏无法读取怎么办)
JMeter websocket interface test
How to solve the problem of using the download Plug-in for export?
H5幸运刮刮乐抽奖 免公众号+直运营
Open source RSS subscriber freshrss
核电站在席卷欧洲的热浪中努力保持安全工作
『Skywalking』. Net core fast access distributed link tracking platform
Victoriametrics single node of kubernetes
YUV420 yuv420sp image format "recommended collection"
面了个腾讯三年经验的测试员,让我见识到了真正的测试天花板
虚拟内存与磁盘
jsp九大内置对象








![[hand tear STL] BitSet (bitmap), bloom filter](/img/bc/a6e3c2ccce478460a2742852eee9cf.png)
