aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/helloswift
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-274-4/+4
| | | | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add minimal example showing how to expose Swift to Qt QuickTor Arne Vestbø2023-12-126-0/+231
A simple prototype at this point, building on the Swift C++ interoperability layer. Change-Id: I77e134105a0f7d546b69c5b604545144c3045c01 Reviewed-by: Vladimir Minenko <vladimir.minenko@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>