add mime-type under linux during make install ( issue #696 )

master
Don Bright 2014-04-02 18:16:31 -05:00
parent e8cb468999
commit 1ecf715476
1 changed files with 4 additions and 0 deletions

View File

@ -429,6 +429,10 @@ applications.path = $$PREFIX/share/applications
applications.files = icons/openscad.desktop
INSTALLS += applications
mimexml.path = $$PREFIX/share/mime/packages
mimexml.files = icons/openscad.xml
INSTALLS += mimexml
appdata.path = $$PREFIX/share/appdata
appdata.files = openscad.appdata.xml
INSTALLS += appdata