当前位置:网站首页>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.
边栏推荐
- [hand torn STL] unordered_ set、unordered_ Map (encapsulated with hash table)
- 字节跳动技术面都过了,结果还是被刷了,问HR原因竟是。。。
- 聚名十年,说出你的故事,百万豪礼等你拿
- All you want to know about interface testing is here
- The second short contact of gamecloud 1608
- Ts:typera code fragment indentation display exception (resolved) -2022.7.24
- c sqlite ... ...
- C语言:随机生成数+冒泡排序
- [fan Tan] after the arrival of Web3.0, where should testers go? (ten predictions and suggestions)
- 2day
猜你喜欢

JMeter websocket interface test

信息安全建设原则指导

Three ways to allocate disk space

Jmeter--- set proxy recording request

数据库进阶·如何针对所有用户数据中没有的数据去加入随机的数据-蜻蜓Q系统用户没有头像如何加入头像数据-优雅草科技kir

The technical aspects of ByteDance are all over, but the result is still brushed. Ask HR why...

Wet- a good choice for people with English difficulties - console translation

QML module not found

磁盘空间的三种分配方式

SQL中in的用法 DQL 查询
随机推荐
JSP novice
[go basics 02] the first procedure
JS timer and swiper plug-in
Redisv6.0为何引入多线程?
Can I buy financial products with a revenue of more than 6% after opening an account
How to implement an app application to limit users' time use?
Open source RSS subscriber freshrss
还不懂mock测试?一篇文章带你熟悉mock
虚拟内存与磁盘
EL表达式改进JSP
The reisson distributed lock renewal failed due to network reasons, resulting in the automatic release of the lock when the business is still executing but the lock is not renewed.
[hand torn STL] unordered_ set、unordered_ Map (encapsulated with hash table)
开源的RSS订阅器FreshRSS
关于接口测试你想知道的都在这儿了
C language: random generated number + bubble sort
『SignalR』.NET使用 SignalR 进行实时通信初体验
2022最新软件测试八股文,能不能拿心仪Offer就看你背得怎样了
Why does redisv6.0 introduce multithreading?
6-17 vulnerability exploitation - deserialization remote command execution vulnerability
Jmeter--- set proxy recording request