How to specify repc's output path in qmake?
in qmake I have
REPC_SOURCE = rpc/SomeRPC.rep
and it generates rep_SomeRPC_source.h
in the root of the project. I would like to store it somewhere else to keep root as clean as possible.
Documentation says repc creates the rep_SimpleSwitch_source.h header in the build directory that you specify
. But how to specify build directory
?
The only option I see is to change OUT_PWD
, but documentation says Do not attempt to overwrite the value of this variable.
from Recent Questions - Stack Overflow https://ift.tt/3m7qcbB
https://ift.tt/eA8V8J
Comments
Post a Comment