diff options
Diffstat (limited to 'examples/quick/window/window.pyproject')
-rw-r--r-- | examples/quick/window/window.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quick/window/window.pyproject b/examples/quick/window/window.pyproject new file mode 100644 index 000000000..8ce352cd2 --- /dev/null +++ b/examples/quick/window/window.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["main.py", "window.qml", "Splash.qml", "AllScreens.qml", "CurrentScreen.qml"] +} |