[Qt-interest] ~RE: Building vcproj files?
Eric Clark
eclark at ara.com
Thu Jul 2 19:25:27 CEST 2009
Yes, you are right, I did figure that one out. However, now nmake is crashing on build, it cannot find all of the obj, ilk and pdb files. It prints out a bunch of "cannot find file..." messages and then nmake crashes.
-----Original Message-----
From: vincent.leo.damewood at gmail.com [mailto:vincent.leo.damewood at gmail.com] On Behalf Of Vincent L. Damewood
Sent: Thursday, July 02, 2009 12:22 PM
To: Eric Clark
Cc: Qt Interest (qt-interest at trolltech.com)
Subject: Re: [Qt-interest] ~RE: Building vcproj files?
On Wed, Jul 1, 2009 at 10:24 AM, Eric Clark<eclark at ara.com> wrote:
> I need to edit the code in Qt. I do not mind using the command line to
> build, I just want to be able to open the source files in Visual Studio. I
> have tried running “configure –platform win32-msvc2005 –vcproj” but it keeps
> telling me that while creating qmake the path to nmake could not be found.
It sounds like nmake is not in your %PATH% environment variable. There
should be a shortcut in your start menu to a Visual Studio (or Visual
C++) Command Line. This is the regular command line, but it executes a
batch file that, among other things, adds the location of nmake to
your %PATH%.
Vincent Damewood
More information about the Qt-interest-old
mailing list