Add fonts folder to 'make install'.

master
Torsten Paul 2014-09-21 21:38:40 +02:00
parent 8d067fe3cb
commit 4eb53d3355
1 changed files with 4 additions and 0 deletions

View File

@ -474,6 +474,10 @@ libraries.path = $$PREFIX/share/openscad/libraries/
libraries.files = libraries/*
INSTALLS += libraries
fonts.path = $$PREFIX/share/openscad/fonts/
fonts.files = fonts/*
INSTALLS += fonts
applications.path = $$PREFIX/share/applications
applications.files = icons/openscad.desktop
INSTALLS += applications