new install targets for linux distributions
This commit is contained in:
+11
-5
@@ -330,13 +330,19 @@ unix: !mac{
|
|||||||
|
|
||||||
#### INSTALL ####
|
#### INSTALL ####
|
||||||
|
|
||||||
targets.files = pokerth
|
targets.path += /usr/bin/
|
||||||
targets.path = /usr/bin/
|
targets.files += pokerth
|
||||||
|
|
||||||
data.path = /usr/share/pokerth/data
|
data.path += /usr/share/pokerth/data/
|
||||||
data.files = data/*
|
data.files += data/*
|
||||||
|
|
||||||
INSTALLS += targets data
|
pixmap.path += /usr/share/pixmaps/
|
||||||
|
pixmap.files += pokerth.png
|
||||||
|
|
||||||
|
desktop.path += /usr/share/applications/
|
||||||
|
desktop.files += pokerth.desktop
|
||||||
|
|
||||||
|
INSTALLS += targets data pixmap desktop
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user