visual studio 2010 - Generating vcxproj files with object output paths like in object_parallel_to_source mode -


what configuration need give qmake generate vcxproj file object files arranged in tree original code?

i have been searching quite while , scrutinized source of qmake no avail.

so far tried config -= flat changed filters, not output paths. , object_parallel_to_source works makefiles far can tell.

i need feature avoid name clashes of object files having same name, because source files have same name reside in different folders.

it possible avoid msvc setting appropriate output path files in properties dialog. however, tedious , developing project on linux , porting on windows time time have whole procedure on , on again.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -