mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-29 15:04:32 +00:00
- there wasn't any error information if a C++ triggered signal resulted in a JS method which has an error, now it will create an exception for it - creating messagebox inside the lib is something what we want to avoid, so the developer itself is responsible to catch these exceptions - most cases of the installer code does that already Change-Id: I07486f73be9de13a486de235f14e3a7d7b54f5b1 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>data/auto-install.qs</file>
|
|
<file>data/component1.qs</file>
|
|
<file>data/component2.qs</file>
|
|
<file>data/broken_connect.qs</file>
|
|
</qresource>
|
|
</RCC>
|