diff options
author | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-04-28 14:49:23 +0200 |
---|---|---|
committer | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-04-28 15:19:18 +0200 |
commit | 1f0feff173a0607fe449d2f3729e735da3793929 (patch) | |
tree | c852a480e5899f5f42dd1583a77a54efad86f714 /examples/quick/window/window.pyproject | |
parent | f0559e5d1c4f97bd1942af3802106074df1afc55 (diff) |
Make Quick window ex. build with pyside6-project
Add window.qrc to window.pyproject, this will make "pyside6-project
build" generate the rc_window.py file.
Pick-to: 6.5
Change-Id: Ic555297102661ea17889f239f953fbf22b5f643f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/quick/window/window.pyproject')
-rw-r--r-- | examples/quick/window/window.pyproject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/window/window.pyproject b/examples/quick/window/window.pyproject index 8ce352cd2..d3375e95b 100644 --- a/examples/quick/window/window.pyproject +++ b/examples/quick/window/window.pyproject @@ -1,3 +1,3 @@ { - "files": ["main.py", "window.qml", "Splash.qml", "AllScreens.qml", "CurrentScreen.qml"] + "files": ["main.py", "window.qml", "window.qrc", "Splash.qml", "AllScreens.qml", "CurrentScreen.qml"] } |