diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-04 23:21:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-04 23:21:55 (GMT) |
commit | e2684d692bf6784695b1edc01f7d252c515f771e (patch) | |
tree | 65bb8c53823a397f9f8b3544040bca0dffc99233 /openscad.pro | |
parent | 1acfe4e10be18c18762764c280fa07464c7a0a6c (diff) | |
parent | 9495f11be0c8b36801016f881733d7b6617d184a (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 b26122a..e980085 100644 --- a/openscad.pro +++ b/openscad.pro @@ -294,3 +294,11 @@ INSTALLS += examples libraries.path = $$PREFIX/share/openscad/libraries/ libraries.files = libraries/* INSTALLS += libraries + +applications.path = $$PREFIX/share/applications +applications.files = icons/openscad.desktop +INSTALLS += applications + +icons.path = $$PREFIX/share/pixmaps +icons.files = icons/openscad.png +INSTALLS += icons |