You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Create a Qbs module called Liri and have all the Liri library modules as submodules of it.
So for example instead of Depends { name: "LiriCore" } to depend on libLiriCore one will Depends { name: "Liri"; submodules: ["core"] }
The text was updated successfully, but these errors were encountered:
Create a Qbs module called
Liri
and have all the Liri library modules as submodules of it.So for example instead of
Depends { name: "LiriCore" }
to depend onlibLiriCore
one willDepends { name: "Liri"; submodules: ["core"] }
The text was updated successfully, but these errors were encountered: