[Qt-interest] Distributing Qt with source code using Visual Studio

David Ching dc at dcsoft.com
Fri Jul 1 15:33:34 CEST 2011


"Eli Hooten" <elir.hooten at gmail.com> wrote...

> I have built a Qt application in Windows using Microsoft Visual Studio
2008. 

> My supervisor is requiring me to distribute the code in such a way that
other

> developers can check out the code and can essentially open the solution
file,

> click compile, and have the application build and run without any
problems. 

> The issue is that this must be the case regardless of whether or not the

> developer already has Qt installed on his/her machine. 

 

This is a rather bizarre requirement!  Anyway, if the Qt source is
distributed with your project, why not just put the Qt headers and libs into
a subfolder of your project, and reference that subfolder in your project's
properties?  At that point, the Qt headers and libs are private to your
project and are used regardless of whether Qt is installed normally or not.

 

-- David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110701/f24d3b71/attachment.html 


More information about the Qt-interest-old mailing list