~laszlo-simon/polycalc/trunk

« back to all changes in this revision

Viewing changes to polycalc.pro

  • Committer: Simon Laszlo
  • Date: 2012-06-23 14:19:28 UTC
  • Revision ID: laszlo.simon@gmail.com-20120623141928-v5ywffopw07ubcnk
Desktop file install fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
target.path = /usr/bin
51
51
INSTALLS += target
52
52
 
53
 
data.path = /usr/share/polycalc
54
 
data.files = icon/icon.svg icon/icon256.png doc/polycalc.desktop
55
 
layouts.path = /usr/share/polycalc/layouts
 
53
icons.path    = /usr/share/icons/hicolor/256x256/apps
 
54
icons.files   = icon/polycalc.png
 
55
layouts.path  = /usr/share/polycalc/layouts
56
56
layouts.files = layouts/basic.cal layouts/scientific.cal layouts/programmer.cal
57
 
INSTALLS += data layouts
 
57
dsktp.path    = /usr/share/applications
 
58
dsktp.files   = doc/polycalc.desktop
 
59
INSTALLS += icons layouts dsktp
58
60
 
59
61
win32:RC_FILE = windows/polycalc.rc
60
62