How can "Additional Linker Dependencies" be handled with the Introjucer?
There are fields for header and library search paths, but what about the actual dependency files?
I am talking about the following option in Visual Studio:
Configuration Properties -> Linker -> Input -> Additional Dependencies
There is also "#pragma comment", but as far as i know this only works with MSVC.
Am i missing something?