Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 QtGui tempate 创建了一个新的 Qt 项目,我想将它部署到远程设备。如何指定我希望部署可执行文件?在运行设置中,我只是被告知“不知道要运行什么”。
我需要在我的专业文件中指定什么吗?
在我的专业文件中修复了它:
target.path = /opt/$${TARGET}/bin INSTALLS += target