-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
I work on an open-source testing library as part of the Swift project. We're adding a feature to the next Swift release that allows test authors to attach images to tests as PNG or JPEG files. We've build support for this feature for Apple's image types (NSImage and UIImage) and for Windows' image types (HBITMAP and IWICBitmap).
We'd like to also add support for Qt's equivalent (QImage and QPixmap) but before we can do so, Swift needs to be able to "see" Qt's headers. Swift imports C++ symbols that are visible through a clang modulemap file stored alongside the relevant C++ header files.
Please consider adding one or more clang modulemaps to Qt's headers/includes so that we can implement this feature for our users. Thanks!
- depends on
-
QTBUG-140397 What is a module?
-
- Reported
-