Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Qt silly question [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Yczo
Apprentice
Apprentice


Joined: 09 Jul 2011
Posts: 225

PostPosted: Thu Apr 28, 2016 7:52 am    Post subject: Qt silly question [Solved] Reply with quote

Hello folks, I need to develop a small GUI in Windows program and i have interest on qt lernen. My question is easy. My compiled object code, will run in another pc, without qt libraries installed?

Thanks in advance, regards.


Last edited by Yczo on Thu Apr 28, 2016 12:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9538
Location: beyond the rim

PostPosted: Thu Apr 28, 2016 10:35 am    Post subject: Reply with quote

Short version: No.

Long version: On Windows, you'll generally ship the necessary (Qt-)libraries with your executable. You don't have to "install" them, your program just has to find them, typically by being in the same directory. Another option would be to link Qt statically, but that requires your program to be released under a LGPL-compatible license (or obtaining a quite expensive commercial Qt license) and can cause some technical issues. Either way, the resulting package will generally be quite large.

Anyway, I strongly recommend you read http://doc.qt.io/qt-5/windows-deployment.html for actual details.
Back to top
View user's profile Send private message
Yczo
Apprentice
Apprentice


Joined: 09 Jul 2011
Posts: 225

PostPosted: Thu Apr 28, 2016 12:30 pm    Post subject: Reply with quote

Thank you very much Genone
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum