How can I import a Windows project to Ubuntu on Qt?

℡╲_俬逩灬. 提交于 2019-12-11 19:27:49

问题


I wrote an application using the Qt SDK on Windows. I now want to run that Application on Ubuntu making some minor modifications (e.g. changing the default directory when user clicks on save). Is there a way to do this, preferably through Qt Creator?

Thanks.


回答1:


Make sure that Qt SDK paths are set and valid




回答2:


You can open your .pro project file with qtcreator on Ubuntu. Just make sure that you don't use any windows specific libraries



来源:https://stackoverflow.com/questions/9064091/how-can-i-import-a-windows-project-to-ubuntu-on-qt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!