Changeset 9adbc413c7 in tspsg for tspsg.pro
- Timestamp:
- Oct 13, 2010, 10:25:51 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 760f2aae97
- Parents:
- 88a59e4d65
- git-author:
- Oleksii Serdiuk <contacts@…> (10/13/10 22:25:51)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
r88a59e4d65 r9adbc413c7 47 47 #REVISION = 100 48 48 REVISION = $$system(svnversion) 49 REVISION = $$replace(REVISION,":","") 50 REVISION = $$replace(REVISION,"M","") 49 isEmpty(REVISION)|eval(REVISION=="exported") { 50 REVISION = 0 51 } else { 52 REVISION = $$replace(REVISION,":","") 53 REVISION = $$replace(REVISION,"M","") 54 } 51 55 win32-msvc*|wincewm* { 52 56 VERSION = $$sprintf("%1.%2",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR)
Note: See TracChangeset
for help on using the changeset viewer.