Last change
on this file since 858 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:
919 bytes
|
Line | |
---|
1 | #include "winver.h"
|
---|
2 |
|
---|
3 | IDI_ICON1 ICON DISCARDABLE "qtdemo.ico"
|
---|
4 |
|
---|
5 | VS_VERSION_INFO VERSIONINFO
|
---|
6 | FILEVERSION 1,0,0,0
|
---|
7 | PRODUCTVERSION 1,0,0,0
|
---|
8 | FILEFLAGS 0x0L
|
---|
9 | FILEFLAGSMASK 0x3fL
|
---|
10 | FILEOS 0x00040004L
|
---|
11 | FILETYPE 0x1L
|
---|
12 | FILESUBTYPE 0x0L
|
---|
13 | BEGIN
|
---|
14 | BLOCK "StringFileInfo"
|
---|
15 | BEGIN
|
---|
16 | BLOCK "000004b0"
|
---|
17 | BEGIN
|
---|
18 | VALUE "CompanyName", "Nokia Corporation and/or its subsidiary(-ies)"
|
---|
19 | VALUE "FileDescription", "Qt Examples and Demos"
|
---|
20 | VALUE "FileVersion", "1.0.0.0"
|
---|
21 | VALUE "LegalCopyright", "Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies)."
|
---|
22 | VALUE "InternalName", "qtdemo"
|
---|
23 | VALUE "OriginalFilename", "qtdemo.exe"
|
---|
24 | VALUE "ProductName", "Qt Examples and Demos"
|
---|
25 | VALUE "ProductVersion", "1.0.0.0"
|
---|
26 | END
|
---|
27 | END
|
---|
28 | BLOCK "VarFileInfo"
|
---|
29 | BEGIN
|
---|
30 | VALUE "Translation", 0x0, 1200
|
---|
31 | END
|
---|
32 | END
|
---|
Note:
See
TracBrowser
for help on using the repository browser.