答案1
我查看了我的 .pro 文件并发现了以下内容:
#specify where the qml/js files are installed to
qml_files.path = /Poker-Puzzle
qml_files.files += $${QML_FILES}
改为:
#specify where the qml/js files are installed to
qml_files.path = /Poker-Puzzle/QML/components
qml_files.files += $${QML_FILES}