How to change the path of auto generated file in scxml.
-
Hello Everyone,
When we compile statemachine, we get two files one is source and another one is header but that file is created in the build folder.
Can anyone help me like how I can override the path from build folder to any other folder dynamically.
Thanks In Advance.
-
Hi
QSCXMLC_DIR could be used by adding it to the .pro file -
Hi and welcome to devnet,
Out of curiosity, why do you want to change that path ?
Usually files put in the build dir are only used for building your application/library and should not be stored in version control.