source: trunk/examples/activeqt/wrapper/wrapperax.rc@ 168

Last change on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 960 bytes
Line 
1#include "winver.h"
2
31 TYPELIB "wrapperax.rc"
41 ICON DISCARDABLE "..\\..\\..\\src\\activeqt\\control\\qaxserver.ico"
5
6VS_VERSION_INFO VERSIONINFO
7 FILEVERSION 1,0,0,0
8 PRODUCTVERSION 1,0,0,0
9 FILEFLAGSMASK 0x3fL
10 FILEOS 0x00040000L
11 FILETYPE 0x2L
12 FILESUBTYPE 0x0L
13BEGIN
14 BLOCK "StringFileInfo"
15 BEGIN
16 BLOCK "040904e4"
17 BEGIN
18 VALUE "CompanyName", "Nokia Corporation and/or its subsidiary(-ies)"
19 VALUE "FileDescription", "Wrapper Example (ActiveQt)"
20 VALUE "FileVersion", "1.0.0.0"
21 VALUE "LegalCopyright", "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)."
22 VALUE "InternalName", "wrapperax.dll"
23 VALUE "OriginalFilename", "wrapperax.dll"
24 VALUE "ProductName", "Wrapper Example (ActiveQt)"
25 VALUE "ProductVersion", "1.0.0.0"
26 END
27 END
28 BLOCK "VarFileInfo"
29 BEGIN
30 VALUE "Translation", 0x409, 1252
31 END
32END
Note: See TracBrowser for help on using the repository browser.