[Qt-interest] Visual Studio question

David Boosalis david.boosalis at gmail.com
Fri Oct 15 00:11:01 CEST 2010


thanks to all who sent me a solution.  I could not get it to work from
within the .proj file with the DESTDIR, but John's method of editing the
proerties page in VS worked

On Thu, Oct 14, 2010 at 5:15 AM, John McClurkin <jwm at nei.nih.gov> wrote:

> David Boosalis wrote:
> > I have a Qt project which consists of three .pro files.  The first two
> > build static libraries and the last one builds a executable that links
> > in the two static libs.
> >
> > Normally I build the libs from the command line (qmake, nmake, nmake
> > install).  The libraries then get installed to a lib directoy one level
> > up.   I would like to build these libaries inside MS VS2008. Inside
> > VS2008 the  build goes fine but the installs do not work as in the
> > command line build. From the comand line installs (nmake install) go to
> > ../lib and not ./debug or ./release.  From Visual Studio  I use the
> > Qt-->Open Qt Project.
> >
> > Can someone tell me how I can tell VS2008 to send the library to ../lib
> > and not go to ./debug or ./release.
> >
> > Thank you in advance for any advise.
> >
> > -David
> In Visual Studio, select the library project and open the properties
> page. Expand the Configuration Properties tree and select the Librarian
> entry. Set the Output File entry to put the library where you want it.
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20101014/1e1dd99c/attachment.html 


More information about the Qt-interest-old mailing list