diff options
author | Friedemann Kleint <[email protected]> | 2022-11-10 16:04:26 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2022-11-11 15:52:57 +0100 |
commit | 417b2abfe72243e1e926fe6a900017833cd0c469 (patch) | |
tree | 58f37e74c31068a7c18a7a68114682e5247c8a88 /sources/pyside6/tests/QtLocation | |
parent | 8d4312f1cc90f9c7f86f8fefb62d31a61c674fc0 (diff) |
Add .pyproject files for the tests
Makes navigation with Qt Creator easier.
Change-Id: I40c6bc641faddcdbd265d6e886c2f3bd3b271be5
Reviewed-by: Shyamnath Premnadh <[email protected]>
Reviewed-by: Christian Tismer <[email protected]>
Diffstat (limited to 'sources/pyside6/tests/QtLocation')
-rw-r--r-- | sources/pyside6/tests/QtLocation/QtLocation.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtLocation/QtLocation.pyproject b/sources/pyside6/tests/QtLocation/QtLocation.pyproject new file mode 100644 index 000000000..6ca661a96 --- /dev/null +++ b/sources/pyside6/tests/QtLocation/QtLocation.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["location.py"] +} |