![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <projectdescriptionreader.h>
Public Attributes | |
| QString | filePath |
| QString | compileCommands |
| QString | codec |
| QVector< QRegularExpression > | excluded |
| QStringList | includePaths |
| QStringList | sources |
| Projects | subProjects |
| std::optional< QStringList > | translations |
Definition at line 19 of file projectdescriptionreader.h.
| QString Project::codec |
Definition at line 23 of file projectdescriptionreader.h.
| QString Project::compileCommands |
Definition at line 22 of file projectdescriptionreader.h.
| QVector<QRegularExpression> Project::excluded |
Definition at line 24 of file projectdescriptionreader.h.
| QString Project::filePath |
Definition at line 21 of file projectdescriptionreader.h.
| QStringList Project::includePaths |
Definition at line 25 of file projectdescriptionreader.h.
| QStringList Project::sources |
Definition at line 26 of file projectdescriptionreader.h.
| Projects Project::subProjects |
Definition at line 27 of file projectdescriptionreader.h.
| std::optional<QStringList> Project::translations |
Definition at line 28 of file projectdescriptionreader.h.