PDA

View Full Version : Release Version from Windows to Linux



2lights
4th July 2013, 07:40
:)

There are 'similar' posts available on my query,
BUT i'm not not wining :confused:

Created program on a windows platform, Program compiles and Runs perfectly
in Debug mode as well as Release version for windows(copied .dll files)

How do I create the application so it can Run on Linux Systems.
Help not sure the way forward

My task on hand is -> to compile an application to run on windows and a linux operating system

Way forward? ideas?

Regards

ebsaith
9th July 2013, 12:26
Copy all source code to a linux system, that has qt installed
ReCompile it, in release version
Copy all dependencies with the app in same folder!
Voila!

else, create some sort of virtual Machine.