qt - How to generate qmlc cache using relative resource path? -


in qt 5.8, qmlengine generate cached files(.qmlc) once new file loaded or changes have been made qml file.

in order copy program other pcs, copied qml library exe folder.

the generated qmlc file contains absolute path, if copy program pc, of resources used library qmlc not found.

could generate qmlc files relative resource path?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -