lbellonda / qxmledit

QXmlEdit XML editor. Downloads: https://sourceforge.net/projects/qxmledit/files
http://qxmledit.org
Other
164 stars 48 forks source link

Windows version linking problem in version 0.7.0 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The version number added to the widget library project in the 0.7.0 version is 
handled under Linux, but on Windows changes the QXmlEditWidget library name.

Workaround: take out the version from the .pro file

Fix: enable the version only under linux like that:

unix:VERSION = 0.7.0

Original issue reported on code.google.com by lbello...@gmail.com on 7 Feb 2012 at 7:42

GoogleCodeExporter commented 9 years ago
Fixed in revision 692, backported from the trunk

Original comment by lbello...@gmail.com on 7 Feb 2012 at 7:54