You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, January 16th 2011, 5:20pm

Newbie question about compiling qt applications

Hi! Im a begginer, i use Linux platform (Ubuntu), g++ for my compiler, and qt creator for UI design. Its all running smoothly, however i am worried that if i compiled my applications using qt's framework do i have to install the framework on another computer for it to run?

2

Saturday, September 10th 2011, 10:10pm

No that is not necessary. Simply compile your application on the platform you wish to run it on and it will run ok. The only other thing you need to do is make sure you distribute the correct DLLs with your application (or the linux equivilent of the DLLs).