diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-26 23:09:27 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-26 23:09:27 (GMT) |
commit | 1c44d04e00534df1e541be5e2bb87d7c676997ef (patch) | |
tree | 235aaf6f0e8acd6bf7b9a9f0cfa17bdecd554270 /openscad.pro | |
parent | 8c02f17bb3614bc6f31c45a42fdf4a55d74a8e50 (diff) | |
parent | 41ab9e8ab613d6d33ade2fa4db1fe93878993282 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index ec5af20..6d8282a 100644 --- a/openscad.pro +++ b/openscad.pro @@ -416,10 +416,18 @@ applications.path = $$PREFIX/share/applications applications.files = icons/openscad.desktop INSTALLS += applications +appdata.path = $$PREFIX/share/appdata +appdata.files = openscad.appdata.xml +INSTALLS += appdata + icons.path = $$PREFIX/share/pixmaps icons.files = icons/openscad.png INSTALLS += icons +man.path = $$PREFIX/share/man/man1 +man.files = doc/openscad.1 +INSTALLS += man + CONFIG(winconsole) { include(winconsole.pri) } |