add missing permission for shared file access. resolves #3
This commit is contained in:
parent
01bf79124e
commit
6a6e5c33ea
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
||||||
|
|
||||||
<!-- Request permission to execute native code. Required for native applications. -->
|
<!-- Request permission to execute native code. Required for native applications. -->
|
||||||
<permission system="true">run_native</permission>
|
<permission system="true">run_native</permission>
|
||||||
|
<permission>access_shared</permission>
|
||||||
<env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/>
|
<env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/>
|
||||||
|
|
||||||
</qnx>
|
</qnx>
|
||||||
|
|
Loading…
Reference in a new issue