Closed sierdzio closed 6 years ago
If, for example, a header includes something from ../other_dir/, we should be able to add that path to include paths. Much like INCLUDEPATH works in qmake.
../other_dir/
Syntax:
//i include ../other_dir // Or //i module ../other_dir
Or something.
Done. "include" syntax was chosen
If, for example, a header includes something from
../other_dir/
, we should be able to add that path to include paths. Much like INCLUDEPATH works in qmake.Syntax:
Or something.