Open GoogleCodeExporter opened 9 years ago
why not symply add:
CONFIG += nogui
in monavroutingdaemon.pro - seems all other project files can handle it. (trunk)
Original comment by chake.h...@gmail.com
on 20 Jul 2011 at 4:08
Adding a CONFIG += nogui to monavroutingdaemon.pro will have not work because
CONFIG properties are not passed down to the subprojects.
Original comment by adob...@gmail.com
on 20 Jul 2011 at 5:22
I like the solution, thanks. You have to build the plugins twice anyhow. It
always bugged me, that we could not pass down variable's contents.
I will also use this for the preprocessor.
Original comment by veaac.fd...@gmail.com
on 21 Jul 2011 at 3:59
Original issue reported on code.google.com by
adob...@gmail.com
on 19 Jul 2011 at 7:33