From 75298213523d5eddd2c483856d986c74a3998806 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 22 Aug 2015 13:41:13 +0200 Subject: [PATCH] Respect install prefix for icons and desktop files --- qnapi.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qnapi.pro b/qnapi.pro index 3df6890..f8bf9bd 100644 --- a/qnapi.pro +++ b/qnapi.pro @@ -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 \