Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
861 bytes
|
Rev | Line | |
---|
[2] | 1 | #ifndef Q_CC_BOR
|
---|
| 2 | #include <winver.h>
|
---|
| 3 | #endif
|
---|
| 4 |
|
---|
| 5 | VS_VERSION_INFO VERSIONINFO
|
---|
| 6 | FILEVERSION 1,0,0,1
|
---|
| 7 | PRODUCTVERSION 3, 2, 0, 0
|
---|
| 8 | FILEFLAGSMASK 0x3fL
|
---|
| 9 | #ifdef _DEBUG
|
---|
| 10 | FILEFLAGS VS_FF_DEBUG
|
---|
| 11 | #else
|
---|
| 12 | FILEFLAGS 0x0L
|
---|
| 13 | #endif
|
---|
| 14 | FILEOS VOS__WINDOWS32
|
---|
| 15 | FILETYPE VFT_DLL
|
---|
| 16 | FILESUBTYPE 0x0L
|
---|
| 17 | BEGIN
|
---|
| 18 | BLOCK "StringFileInfo"
|
---|
| 19 | BEGIN
|
---|
| 20 | BLOCK "040904B0"
|
---|
| 21 | BEGIN
|
---|
| 22 | VALUE "CompanyName", "Nokia Corporation and/or its subsidiary(-ies)\0"
|
---|
| 23 | VALUE "FileDescription", "ActiveQt Test Container\0"
|
---|
| 24 | VALUE "FileVersion", "1,0,0,1\0"
|
---|
| 25 | VALUE "InternalName", "testcon\0"
|
---|
[846] | 26 | VALUE "LegalCopyright", "Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).0"
|
---|
[2] | 27 | VALUE "LegalTrademarks", "\0"
|
---|
| 28 | VALUE "OriginalFilename", "testcon.exe\0"
|
---|
| 29 | VALUE "ProductName", "ActiveQt Test Container\0"
|
---|
| 30 | VALUE "ProductVersion", "3, 2, 0, 0\0"
|
---|
| 31 | END
|
---|
| 32 | END
|
---|
| 33 | END
|
---|
| 34 | /* End of Version info */
|
---|
| 35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.