On Sunday, 17 May 2015 at 13:37:45 UTC, Suliman wrote:
Where set where Calypso should look header files?

Suliman,

You can just use '-cpp-args -I/path/to/header/file' to pass along the include directory for C++ files.

So for example:

ldc2 -L-lstdc++ -cpp-args -I/usr/local/qt5/QtCore test.d -L-lQt5Core


Reply via email to