Skip to content
Snippets Groups Projects
Commit 0c5158fc authored by akiraohgaki's avatar akiraohgaki
Browse files

Add deployment.pri

parent 69a3dd24
No related branches found
No related tags found
No related merge requests found
unix:!ios:!android {
isEmpty(PREFIX) {
PREFIX = /usr/local
}
SRCDIR = $${PWD}
BINDIR = $${PREFIX}/bin
DATADIR = $${PREFIX}/share
target.path = $${BINDIR}
desktop.files = $${SRCDIR}/desktop/$${TARGET}.desktop
desktop.path = $${DATADIR}/applications
icon.files = $${SRCDIR}/desktop/$${TARGET}.svg
icon.path = $${DATADIR}/icons/hicolor/scalable/apps
INSTALLS += target desktop icon
}
export(INSTALLS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment