Changeset 153 in tspsg-svn


Ignore:
Timestamp:
Feb 18, 2011, 9:19:17 PM (13 years ago)
Author:
laleppa
Message:

Added deployment rules for Maemo 5 target. Untested.

Location:
trunk
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.pri

    r152 r153  
    115115        DEPLOYMENT.installer_header = "$${LITERAL_HASH}{\"TSPSG Installer\"},(0xA000D7CE),1,0,0"
    116116}
     117
     118# Maemo 5
     119maemo5 {
     120        target.path = /opt/usr/bin
     121        desktop.files = qtc_packaging/tspsg.desktop
     122        desktop.path = /usr/share/applications/hildon
     123        icon.files = qtc_packaging/tspsg.png
     124        icon.path = /usr/share/icons/hicolor/64x64/apps
     125
     126        INSTALLS += desktop icon
     127}
Note: See TracChangeset for help on using the changeset viewer.