Skip to content

Commit 644e558

Browse files
committed
chore: Add directions for using as a submodule
1 parent baabef8 commit 644e558

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ If you want to bundle the Roboto fonts in your project, file **ABOVE** the `incl
3131

3232
OPTIONS += roboto
3333

34+
### Per-project installation using git submodules
35+
36+
Add the submodule:
37+
38+
git submodule add [email protected]:papyros/qml-material.git material
39+
40+
Add the `.pri` file to your project:
41+
42+
include(material/material.pri)
43+
44+
To optionally bundle the Roboto fonts in your project, add this line **ABOVE** the previously added `include()`:
45+
46+
OPTIONS += roboto
47+
3448
### System-wide installation
3549

3650
From the root of the repository, run:

0 commit comments

Comments
 (0)