标签: qt compilation static qt-quick failed-installation
我使用qp static编译了
..\configure -debug-and-release -static -opensource -opengl desktop -nomake examples -nomake tests
出于测试目的,然后创建了一个简单的Qml标准文件。 通过使用此静态版本进行编译,编译器会抱怨并没有给出规则以使目标C:/Qt/Qt-5.12.4/lib/libQt5Quick.a 该文件不存在 怎么了?
使用动态链接的5.13进行编译时,效果很好。