Skip to content

Commit

Permalink
fix nstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariakov committed Nov 6, 2018
1 parent da5ccc2 commit ee5d683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
7 changes: 4 additions & 3 deletions elokab-adhan/elokab-adhan.pro
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ RESOURCES += \

#INSTALL Linux
target.path = /usr/bin


INSTALLS += target
data.files=../usr/share/*
data.path=/usr/share
INSTALLS += target \
data

23 changes: 1 addition & 22 deletions elokabAdhan.pro
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = elokab-adhan

MKDIR = mkdir -p /usr/share/elokab/elokab-adhan/data
MKDIR = mkdir -p /usr/share/elokab/translations
MKDIR = mkdir -p /usr/share/elokab/translations
MKDIR = mkdir -p /usr/share/icons/hicolor/scalable/apps/

appdesktop.files =usr/share/applications/elokab-adhan.desktop
appdesktop.path=/usr/share/applications/

data.files =usr/share/elokab/elokab-adhan/data/*
data.path=/usr/share/elokab/elokab-adhan/data

translations.files =usr/share/elokab/translations/*
translations.path=/usr/share/elokab/translations

scalable.files=usr/share/icons/hicolor/scalable/apps/elokab-adhan.svg
scalable.path =/usr/share/icons/hicolor/scalable/apps/


INSTALLS += data\
translations\
appdesktop\
scalable

0 comments on commit ee5d683

Please sign in to comment.