![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qmakeparser.h"#include "qmakevfs.h"#include "ioutils.h"#include <qlist.h>#include <qmap.h>#include <qset.h>#include <qstack.h>#include <qstring.h>#include <qstringlist.h>#include <qshareddata.h>#include <qiodevice.h>#include <list>Go to the source code of this file.
Classes | |
| class | QMakeHandler |
| class | QMakeFeatureRoots |
| class | ProValueMapStack |
| class | QMakeEvaluator |
| struct | QMakeEvaluator::Location |
Namespaces | |
| namespace | QMakeInternal |
Typedefs | |
| typedef QPair< QString, QString > | QMakeFeatureKey |
| typedef QHash< QMakeFeatureKey, QString > | QMakeFeatureHash |
Functions | |
| Q_DECLARE_TYPEINFO (QMakeEvaluator::Location, Q_PRIMITIVE_TYPE) | |
| typedef QHash<QMakeFeatureKey, QString> QMakeFeatureHash |
Definition at line 60 of file qmakeevaluator.h.
| typedef QPair<QString, QString> QMakeFeatureKey |
Definition at line 59 of file qmakeevaluator.h.
| Q_DECLARE_TYPEINFO | ( | QMakeEvaluator::Location | , |
| Q_PRIMITIVE_TYPE | ) |