diff options
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 3e57cd3..e44ecc7 100644 --- a/openscad.pro +++ b/openscad.pro @@ -139,3 +139,12 @@ macx { target.path = /usr/local/bin/ INSTALLS += target + +examples.path = /usr/local/share/openscad/examples/ +examples.files = examples/* +INSTALLS += examples + +libraries.path = /usr/local/share/openscad/libraries/ +libraries.files = libraries/* +INSTALLS += libraries + |