qlot icon indicating copy to clipboard operation
qlot copied to clipboard

Is it possible to add a relative filesystem path to Qlfile?

Open gwerbin opened this issue 4 years ago • 0 comments

Suppose I am working on a project that bundles its dependencies in Git submodules:

./
  .git/
  README
  COPYING
  src/ ...
  t/ ...
  deps/
    depA/         <- git submodule
      thing-a.asd
      ...
    depB/         <- git submodule
      thing-b.asd
      ...

Is it possible to state a dependency on ./deps/depA with Qlot?

Would I have to define my own distribution .txt file that refers to the contents of deps/? Can I use the file:// scheme for that?

gwerbin avatar Sep 30 '21 14:09 gwerbin