Mercurial > hg > easyhg
comparison easyhg.pro @ 601:2985c2a90146
Add install target for Linux
author | Chris Cannam |
---|---|
date | Fri, 18 May 2012 09:34:12 +0100 |
parents | 4ed384ea7f39 |
children | ab92f695f776 |
comparison
equal
deleted
inserted
replaced
600:641ccce7c771 | 601:2985c2a90146 |
---|---|
115 ICON = easyhg-icon.icns | 115 ICON = easyhg-icon.icns |
116 } | 116 } |
117 | 117 |
118 linux* { | 118 linux* { |
119 LIBS += -lutil | 119 LIBS += -lutil |
120 binaries.path = /usr/local/bin | |
121 binaries.files = EasyMercurial easyhg-extdiff.sh easyhg-merge.sh | |
122 scripts.path = /usr/local/bin | |
123 scripts.files = easyhg-extdiff.sh easyhg-merge.sh | |
124 desktop.path = /usr/local/share/applications | |
125 desktop.files = deploy/linux/EasyMercurial.desktop | |
126 icon128.path = /usr/local/share/icons/hicolor/128x128/apps | |
127 icon128.files = images/icon/128/easyhg-icon.png | |
128 icon64.path = /usr/local/share/icons/hicolor/64x64/apps | |
129 icon64.files = images/icon/64/easyhg-icon.png | |
130 icon48.path = /usr/local/share/icons/hicolor/48x48/apps | |
131 icon48.files = images/icon/48/easyhg-icon.png | |
132 icon32.path = /usr/local/share/icons/hicolor/32x32/apps | |
133 icon32.files = images/icon/32/easyhg-icon.png | |
134 icon24.path = /usr/local/share/icons/hicolor/24x24/apps | |
135 icon24.files = images/icon/24/easyhg-icon.png | |
136 iconsc.path = /usr/local/share/icons/hicolor/scalable/apps | |
137 iconsc.files = images/icon/scalable/easyhg-icon.svg | |
138 INSTALLS += binaries desktop icon128 icon64 icon48 icon32 icon24 iconsc | |
120 } | 139 } |
121 | 140 |
122 win* { | 141 win* { |
123 LIBS += -lSecur32 | 142 LIBS += -lSecur32 |
124 } | 143 } |