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/main.py | |
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/main.py')
-rw-r--r-- | examples/quick/window/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/window/main.py b/examples/quick/window/main.py index 22770f17a..549e4251e 100644 --- a/examples/quick/window/main.py +++ b/examples/quick/window/main.py @@ -11,7 +11,7 @@ from PySide6.QtQml import QQmlComponent, QQmlEngine from PySide6.QtQuick import QQuickWindow from PySide6.QtQuickControls2 import QQuickStyle -import window_rc +import rc_window # Append the parent directory of this file so that Python can find and # import from the "shared" sibling directory. |