mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 08:45:25 +08:00
qt 6.5.1 original
This commit is contained in:
1
tests/auto/tools/qmake/testdata/windows_resources/inter.inc
vendored
Normal file
1
tests/auto/tools/qmake/testdata/windows_resources/inter.inc
vendored
Normal file
@ -0,0 +1 @@
|
||||
#include "version.inc"
|
1
tests/auto/tools/qmake/testdata/windows_resources/main.cpp
vendored
Normal file
1
tests/auto/tools/qmake/testdata/windows_resources/main.cpp
vendored
Normal file
@ -0,0 +1 @@
|
||||
int main() {}
|
28
tests/auto/tools/qmake/testdata/windows_resources/version.inc
vendored
Normal file
28
tests/auto/tools/qmake/testdata/windows_resources/version.inc
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,0,0
|
||||
PRODUCTVERSION 1,0,0,0
|
||||
FILEFLAGS 0x0L
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEOS 0x00040004L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "000004b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "The Qt Company Ltd"
|
||||
VALUE "FileDescription", "A Good File"
|
||||
VALUE "FileVersion", "1.0.0.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019 The Qt Company Ltd."
|
||||
VALUE "InternalName", "foo"
|
||||
VALUE "OriginalFilename", "foo.exe"
|
||||
VALUE "ProductName", "A Good Product"
|
||||
VALUE "ProductVersion", "1.0.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0, 1200
|
||||
END
|
||||
END
|
4
tests/auto/tools/qmake/testdata/windows_resources/windows_resources.pro
vendored
Normal file
4
tests/auto/tools/qmake/testdata/windows_resources/windows_resources.pro
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
QT = core
|
||||
SOURCES = main.cpp
|
||||
RC_FILE = windows_resources.rc
|
||||
TEMPLATE = app
|
2
tests/auto/tools/qmake/testdata/windows_resources/windows_resources.rc
vendored
Normal file
2
tests/auto/tools/qmake/testdata/windows_resources/windows_resources.rc
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
#include "winver.h"
|
||||
#include "inter.inc"
|
Reference in New Issue
Block a user