mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-08 01:25:24 +02:00

Qt.bindings are not supported for properties within when calling createObject anymore. Instead, we can pass component references, or generate bindings post-creation. Note: in this case, the popup closes and observation is not really needed here. Gitlab: #1169 Change-Id: I21c1d95f4ca725c86fcf276834830145587458cc
11 lines
383 B
Text
11 lines
383 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>src/tst_LocalAccount.qml</file>
|
|
<file>src/tst_WizardView.qml</file>
|
|
<file>src/tst_NewSwarmPage.qml</file>
|
|
<file>src/tst_MessageOptions.qml</file>
|
|
<file>src/resources/gif_test.gif</file>
|
|
<file>src/resources/gz_test.gz</file>
|
|
<file>src/resources/png_test.png</file>
|
|
</qresource>
|
|
</RCC>
|