Summary: | Fix QtGuess.txt for Windows and qfeatures.h | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | rmelton |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | arno, christoph, dpalacio |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rmelton
2010-02-01 16:32:59 UTC
This is not true for every Qt install. The one that ships with the KDE for windows installer has a *nix like directory structure, where all headers are in include/Qt*. Consequently, there is no src directory which contains the "real" headers. The correct approach would probably be to parse the first line of the headers and then open the right file. This could be a cached variable called (e.g. QTGUESS_CONFIG_HEADERS) where you can set the correct directory. A test could set it automatically too. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. The bindings we had are no longer maintained and got removed with either KF5 or KF6, depending on the language. |