Reputation: 10095
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.
Upvotes: 0
Views: 1687
Reputation: 2004
You can open your .pro
project file with qtcreator on Ubuntu. Just make sure that you don't use any windows specific libraries
Upvotes: 0