Bug #1373
OVQT Mission Compiler plugin build fails on Debian-based Linux distributions.
Status: | Resolved | Start date: | 10/13/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 10/13/2011 | |
Assignee: | sfb | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.9.0 | Estimated time: | 1.00 hour |
Description
Per this thread:
http://dev.ryzom.com/boards/17/topics/5442?r=5497#message-5497
The build is failing due to two problems: stricmp is not referenced with the explicit NLMISC namespace and the Qt 4.6.3 uic is not validating supported property names. By using the placeholderText property in the .ui file uic is automatically generating a source file with a call to 'setPlaceholderText' - this property is unique to Qt 4.7+ and since it is autogenerated cannot be suppressed conditionally.
History
#1 Updated by sfb over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:c8164c517a99.