Changeset 6beb157497 in tspsg for tspsg.pro


Ignore:
Timestamp:
Feb 23, 2010, 11:17:48 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
b2bf8e3b6b
Parents:
11086c2def
Message:

+ Preliminary Symbian support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    r11086c2def r6beb157497  
    1717DEPENDPATH += .
    1818INCLUDEPATH += .
     19VERSOIN = 0.1.2
    1920
    2021# A hack to determine whether we have static or dynamic Qt build
     
    4950#   - docs (none, yet) go to $(INSTALL_ROOT)/share/doc/tspsg
    5051# Usually, $(INSTALL_ROOT) is /usr or /usr/local
    51 unix {
     52unix:!symbian {
    5253        target.path = /bin
    5354        share.path = /share/tspsg
     
    7576#       docs.files = docs\*
    7677        INSTALLS += target i18n docs share
     78
     79        RC_FILE = resources/tspsg.rc
    7780}
    7881
     
    9194}
    9295
    93 #Windows resource file
    94 win32:RC_FILE = resources/tspsg.rc
     96# Symbian
     97symbian {
     98        share.pkg_prerules = \
     99                "\"README\" - \"\", FILETEXT, TEXTCONTINUE" \
     100                "\"COPYING\" - \"\", FILETEXT, TEXTEXIT"
     101        share.sources = COPYING README
     102        i18n.sources = i18n/languages.ini i18n/*.qm
     103        i18n.path = i18n
     104#       docs.sources = docs/*
     105#       docs.path = help
     106        DEPLOYMENT += share i18n # docs
     107
     108        ICON = resources/tspsg.svg
     109
     110        appinfo = \
     111                "$$LITERAL_HASH{\"TSPSG\"},(0xEb9dce0e),0,1,2"
     112        vendorinfo = \
     113                "%{\"l-homes.org\"}" \
     114                ":\"l-homes.org\""
     115        default_deployment.pkg_prerules = appinfo vendorinfo
     116        DEPLOYMENT.installer_header = "$${LITERAL_HASH}{\"TSPSG Installer\"},(0xA000D7CE),1,0,0"
     117}
Note: See TracChangeset for help on using the changeset viewer.