[Qt-interest] ~RE: Building vcproj files?
Vincent L. Damewood
lists at damewood.us
Thu Jul 2 19:21:51 CEST 2009
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