Hi!

I create app with QtScript support. And I need to use script from diffrent files!
For example I have two script files: 1.qs, 2.qs.
and I need to use some function from script file 1.qs in 2.qs file.


How to do it?