Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.3.2
-
None
Description
It would be nice to be able to include the files required to do AppleScript in an Qt application through the pro file.
The application property list must be modified to include:
NSAppleScriptEnabled = Yes
Then, one can use the application called "sdef editor" in order to
create a "dictionnary file" (.sdef), in which one can write available
methods, classes, properties. It must be converted into a .rsrc file.
And here Qt could perhaps support adding this file in the pro file. It would need a
field where I could specify the .sdef file (or .r file it is the same).
This file should go through Rez in order to get the .rsrc file and be
copied in the Resource folder of the compiled application.