Merged
Conversation
Contributor
Author
|
又想了一下,仅安装xmake install App,是不是也应该对其依赖的qt.shared执行windeployqt? |
Member
|
按理应该不需要,你可以测试验证下 |
Contributor
Author
|
正常仅安装主程序 |
It shouldn't be necessary, you can test it and verify it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目前遇到这样一种情况:
对于上述程序xmake run运行正常,但在xmake install后运行会出现运行时异常,但并不是提示缺少dll文件,经排查运行异常原因是缺少qtsql所用到的这些文件:
也就是target("qtsqlshared")所需要的运行dll,在对target("qtsqlshared")执行windeployqt后上述文件正常拷贝,xmake install后运行正常,故提此pr