|
Lines 270-286
Link Here
|
| 270 |
README \ |
270 |
README \ |
| 271 |
RELEASE \ |
271 |
RELEASE \ |
| 272 |
TODO |
272 |
TODO |
| 273 |
INSTALLS += documentation |
273 |
#INSTALLS += documentation |
| 274 |
|
274 |
|
| 275 |
resources.path = /etc/domo |
275 |
resources.path = /usr/share/domo |
| 276 |
resources.files = etc |
276 |
resources.files = etc |
| 277 |
INSTALLS += resources |
277 |
INSTALLS += resources |
| 278 |
|
278 |
|
| 279 |
images.path = /etc/domo/images |
279 |
images.path = /usr/share/domo/images |
| 280 |
images.files = images/splashscreen.png |
280 |
images.files = images/splashscreen.png |
| 281 |
INSTALLS += images |
281 |
INSTALLS += images |
| 282 |
|
282 |
|
| 283 |
languages.path = /etc/domo/languages |
283 |
languages.path = /usr/share/domo/languages |
| 284 |
languages.extra = $(QTDIR)/bin/lrelease domo.pro |
284 |
languages.extra = $(QTDIR)/bin/lrelease domo.pro |
| 285 |
languages.files = languages/*.qm |
285 |
languages.files = languages/*.qm |
| 286 |
INSTALLS += languages |
286 |
INSTALLS += languages |
|
Lines 296-310
Link Here
|
| 296 |
# This makes that uninstall is not completely correct (some files are left) |
296 |
# This makes that uninstall is not completely correct (some files are left) |
| 297 |
|
297 |
|
| 298 |
|
298 |
|
| 299 |
target.path = /tmp/domo |
299 |
#target.path = /tmp/domo |
| 300 |
INSTALLS += target |
300 |
#INSTALLS += target |
| 301 |
|
301 |
|
| 302 |
posttarget.path = /tmp/domo |
302 |
posttarget.path = /tmp/domo |
| 303 |
posttarget.extra = $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/; \ |
303 |
posttarget.extra = $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/; \ |
| 304 |
$(COPY_FILE) $(INSTALL_ROOT)/tmp/domo/$(QMAKE_TARGET) $(INSTALL_ROOT)/usr/local/bin/; \ |
304 |
$(COPY_FILE) $(INSTALL_ROOT)/tmp/domo/$(QMAKE_TARGET) $(INSTALL_ROOT)/usr/local/bin/; \ |
| 305 |
rm -rf $(INSTALL_ROOT)/tmp/domo; |
305 |
rm -rf $(INSTALL_ROOT)/tmp/domo; |
| 306 |
INSTALLS += posttarget |
306 |
#INSTALLS += posttarget |
| 307 |
|
307 |
|
| 308 |
#------------- What the target should be --------------- |
308 |
#------------- What the target should be --------------- |
| 309 |
#target.path = /usr/local/domo/ |
309 |
target.path = /usr/bin |
| 310 |
#INSTALLS += target |
310 |
INSTALLS += target |