`make install` installs manpage and appdata file

vector-concat
Miro Hrončok 2013-12-24 02:11:20 +01:00
parent 6938ae2dfd
commit 90edc3b5f7
1 changed files with 8 additions and 0 deletions

View File

@ -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)
}