Skip to content

Commit

Permalink
Removed debian/instal and using only qmake script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lt-Henry committed Mar 25, 2020
1 parent 203df0b commit 27eea54
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
7 changes: 0 additions & 7 deletions debian/install

This file was deleted.

17 changes: 17 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ macx {
ICON = ../icons/visualino.icns
}

unix {
INSTALLS_DESTDIR=/usr/share/visualino/
}

config.path = $${INSTALLS_DESTDIR}
config.files = ../config.ini

Expand All @@ -51,3 +55,16 @@ translation.path = $${INSTALLS_DESTDIR}/ts
translation.files = ../ts/*.qm

INSTALLS += config examples html translation

unix {
bin.path = /usr/bin/
bin.files = visualino

desktop.path = /usr/share/applications/
desktop.files = ../visualino.desktop

icons.path = $${INSTALLS_DESTDIR}/icons
icons.files = ../icon.png

INSTALLS += bin desktop icons
}

0 comments on commit 27eea54

Please sign in to comment.