Changeset 6beb157497 in tspsg for tspsg.pro
- Timestamp:
- Feb 23, 2010, 11:17:48 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- b2bf8e3b6b
- Parents:
- 11086c2def
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
r11086c2def r6beb157497 17 17 DEPENDPATH += . 18 18 INCLUDEPATH += . 19 VERSOIN = 0.1.2 19 20 20 21 # A hack to determine whether we have static or dynamic Qt build … … 49 50 # - docs (none, yet) go to $(INSTALL_ROOT)/share/doc/tspsg 50 51 # Usually, $(INSTALL_ROOT) is /usr or /usr/local 51 unix {52 unix:!symbian { 52 53 target.path = /bin 53 54 share.path = /share/tspsg … … 75 76 # docs.files = docs\* 76 77 INSTALLS += target i18n docs share 78 79 RC_FILE = resources/tspsg.rc 77 80 } 78 81 … … 91 94 } 92 95 93 #Windows resource file 94 win32:RC_FILE = resources/tspsg.rc 96 # Symbian 97 symbian { 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.