Porting a Qt Application from Windows to Linux
-
wrote on 4 Aug 2015, 09:30 last edited by
Hello,
Currently I am using the Qt Creator 3.3.0 (opensource) for windows and I have created an application on it. Is there a way of porting this application to Linux? What would be the steps to be taken?
Thanks in advance.
-
Hi,
Unless you used Windows specific stuff it should be something like:
- Push code to repository
- Start Linux machine
- Clone repository
- Open project in Qt Creator
- Build
- Enjoy
1/2