jiuzhuaxiong / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Inconsitency while converting Qt project to VC project #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use: fresh checked out version.
Perform: qmake -tp vc in all required directories

The generated file qextserialportd.vcproj contains the lines

OutputFile="build\qextserialportd1.dll
OutputFile="build\qextserialport1.dll

The generated resource files *.rc contain the line

VALUE "OriginalFilename", "qextserialportd1.dll\0"
VALUE "OriginalFilename", "qextserialport1.dll\0"

Don't know, what strange behaviour shows Microsoft here. The problem: the 
automated build process will hang here on searching for the wrong libs 
(e.g. qextserialportd)

Original issue reported on code.google.com by Michael....@treggs.com on 8 Feb 2010 at 7:33

GoogleCodeExporter commented 8 years ago

Original comment by dbzhang...@gmail.com on 21 Mar 2012 at 9:01