Changeset 8dcf4701e6 in tspsg


Ignore:
Timestamp:
Feb 18, 2011, 9:19:17 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
5cbcd091ed
Parents:
cc5c5108a3
git-author:
Oleksii Serdiuk <contacts@…> (02/18/11 21:19:17)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

Added deployment rules for Maemo 5 target. Untested.

Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • install.pri

    rcc5c5108a3 r8dcf4701e6  
    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.