wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

QJson fails to build with VS2010 #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
QJson doesn't build properly using Visual Studio 2010.
See 
http://stackoverflow.com/questions/3919221/compiling-qjson-statically-into-qt-ap
plication-multiple-declaration-errors for info

The fix:

Add
  DEFINES += QJSON_MAKEDLL
to src.pro

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:22

GoogleCodeExporter commented 9 years ago
Thanks for the bug report and fix. I've applied this to the svn trunk

Original comment by evan.teran on 3 Oct 2012 at 5:22