C# Класс GenerateQTProject.Generator

Allows generation of .pro and defines\includes.pri file as well as injection of build/launch targets in proj.pro.user file
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateDefinesAndInclude ( ProjectFileParser projData ) : void

Generates defines.pri and includes.pri files (with data from YourProject.vcxproj)

GenerateProFile ( ProjectFileParser projData ) : void

Generates the Qt project file

GenerateQtBuildPreset ( ProjectFileParser projData ) : void

This method will generate and apply a modified qt.pro.user file, which contains build presets for UE4

Описание методов

GenerateDefinesAndInclude() публичный статический Метод

Generates defines.pri and includes.pri files (with data from YourProject.vcxproj)
public static GenerateDefinesAndInclude ( ProjectFileParser projData ) : void
projData ProjectFileParser Reference to project parser
Результат void

GenerateProFile() публичный статический Метод

Generates the Qt project file
public static GenerateProFile ( ProjectFileParser projData ) : void
projData ProjectFileParser Reference to project parser
Результат void

GenerateQtBuildPreset() публичный статический Метод

This method will generate and apply a modified qt.pro.user file, which contains build presets for UE4
public static GenerateQtBuildPreset ( ProjectFileParser projData ) : void
projData ProjectFileParser Reference to project parser
Результат void