Skip to content

Commit

Permalink
Merge pull request #20 from ppekala/master
Browse files Browse the repository at this point in the history
Respect install prefix for icons and desktop files
  • Loading branch information
krzemin committed Aug 22, 2015
2 parents 609702a + 7529821 commit 061829b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qnapi.pro
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ unix {
doc/qnapi-scan.schemas
man.path = $${INSTALL_PREFIX}/share/man/man1
man.files = doc/$${TARGET}.1.gz
icons.path = /usr/share/icons
icons.path = $${INSTALL_PREFIX}/share/icons
icons.files = res/qnapi.png \
res/qnapi-48.png \
res/qnapi-128.png \
res/qnapi-512.png
desktop.path = /usr/share/applications
desktop.path = $${INSTALL_PREFIX}/share/applications
desktop.files = doc/$${TARGET}.desktop
INSTALLS = target \
doc \
Expand Down

0 comments on commit 061829b

Please sign in to comment.