问题
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