W.K.S
W.K.S

Reputation: 10095

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

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

Answers (2)

Kamil Klimek
Kamil Klimek

Reputation: 13130

Make sure that Qt SDK paths are set and valid

Upvotes: 1

Neox
Neox

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

Related Questions