jiuzhuaxiong / qextserialport

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

Missing LIBS in src.pro for Win32 -- Solution Provided #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As noted in http://groups.google.com/group/qextserialport/msg/660bf7f966a5a44a 
, there are libraries missing from the src.pro file.

Line 32 of src.pro (rev ef4af2a2ee) should read:

LIBS             += -lsetupapi -ladvapi32 -luser32

instead of

LIBS             += -lsetupapi

Making this change fixes linking errors which prevent the library from 
compiling on Windows using QtCreator.

Original issue reported on code.google.com by mels...@gmail.com on 8 Jun 2010 at 6:45

GoogleCodeExporter commented 9 years ago
This issue is not valid any more for current version. Before QextSerialPort 
1.2beta released, your can download the source using Mercurial.

Original comment by dbzhang...@gmail.com on 16 Mar 2012 at 8:12