Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Project Struct Reference

#include <projectdescriptionreader.h>

Collaboration diagram for Project:

Public Attributes

QString filePath
QString compileCommands
QString codec
QVector< QRegularExpressionexcluded
QStringList includePaths
QStringList sources
Projects subProjects
std::optional< QStringListtranslations

Detailed Description

Definition at line 19 of file projectdescriptionreader.h.

Member Data Documentation

◆ codec

QString Project::codec

Definition at line 23 of file projectdescriptionreader.h.

◆ compileCommands

QString Project::compileCommands

Definition at line 22 of file projectdescriptionreader.h.

◆ excluded

QVector<QRegularExpression> Project::excluded

Definition at line 24 of file projectdescriptionreader.h.

◆ filePath

QString Project::filePath

Definition at line 21 of file projectdescriptionreader.h.

◆ includePaths

QStringList Project::includePaths

Definition at line 25 of file projectdescriptionreader.h.

◆ sources

QStringList Project::sources

Definition at line 26 of file projectdescriptionreader.h.

◆ subProjects

Projects Project::subProjects

Definition at line 27 of file projectdescriptionreader.h.

◆ translations

std::optional<QStringList> Project::translations

Definition at line 28 of file projectdescriptionreader.h.


The documentation for this struct was generated from the following file: