PreProcessor guidance
-
Hi
I am currently converting a Qt project from being .pro file based to Visual Studio based.In the original .pro file I have used the following
@
LIBSTR = '\"$${LIBS}\"'
DEFINES += LIBRARIES="$${LIBSTR}"
@Which allows me to see what libraries were used in my application.
I would like to replicate this in Visual Studio but cannot see how to do this.
Does anyone know if there is a way to achieve this?
Thanks