| Summary: | bindings: csharp qttest doesn't compile with qt without accessability | ||
|---|---|---|---|
| Product: | [Unmaintained] bindings | Reporter: | Peter Häring <p.haering> |
| Component: | general | Assignee: | bindings-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter Häring
2009-03-12 17:55:22 UTC
SVN commit 938681 by arnorehn: add a #ifndef QT_NO_ACCESSIBILITY directive to fix compilation on systems that don't have accessibility in Qt. BUG: 186991 M +4 -0 qttesthandlers.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=938681 In this case, linking is not possible, because QtTest_handlers is not defined Sorry, didn't read the bugfix till the end. Fixes it. ok. |