qt 6.5.1 original

This commit is contained in:
kleuter
2023-10-29 23:33:08 +01:00
parent 71d22ab6b0
commit 85d238dfda
21202 changed files with 5499099 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "version.inc"

View File

@ -0,0 +1 @@
int main() {}

View 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

View File

@ -0,0 +1,4 @@
QT = core
SOURCES = main.cpp
RC_FILE = windows_resources.rc
TEMPLATE = app

View File

@ -0,0 +1,2 @@
#include "winver.h"
#include "inter.inc"