mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
Structural changes and updates from tgotic
This commit is contained in:
parent
fdb6485ef1
commit
7fa4b32c1d
17 changed files with 2056 additions and 0 deletions
42
frontend_qt4/res/qtZint.rc
Normal file
42
frontend_qt4/res/qtZint.rc
Normal file
|
@ -0,0 +1,42 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <winver.h>
|
||||
|
||||
#ifdef GCC_WINDRES
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#endif
|
||||
FILEVERSION 2,3,0,0
|
||||
PRODUCTVERSION 2,3,0,0
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0
|
||||
#endif
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "000904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Robin Stuart & BogDan Vatra"
|
||||
VALUE "FileDescription", "qtZint barcode generator"
|
||||
VALUE "FileVersion", "2.3.0.0"
|
||||
VALUE "InternalName", "qtZint"
|
||||
VALUE "LegalCopyright", "Copyright © 2009 Robin Stuart & BogDan Vatra"
|
||||
VALUE "License", "GNU General Public License version 3"
|
||||
VALUE "OriginalFilename", "qtZint"
|
||||
VALUE "ProductName", "qtZint"
|
||||
VALUE "ProductVersion", "2.3.0.0"
|
||||
VALUE "WWW", "http://www.zint.org.uk"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x9, 1200
|
||||
END
|
||||
END
|
BIN
frontend_qt4/res/zico.ico
Normal file
BIN
frontend_qt4/res/zico.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 894 B |
Loading…
Add table
Add a link
Reference in a new issue