QtSupport: Add codegeneration.h/cpp

Change-Id: Iec1d4b303e6154b5d2d32e4d3ab7c02893bcc5f1
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2014-07-21 15:38:32 +02:00
parent 850276d9f9
commit df50e214f3
12 changed files with 323 additions and 157 deletions

View File

@@ -53,6 +53,12 @@ void writeIncludeFileDirective(const QString &file,
QTCREATOR_UTILS_EXPORT void writeBeginQtVersionCheck(QTextStream &str);
QTCREATOR_UTILS_EXPORT void writeQtIncludeSection(const QStringList &qt4,
const QStringList &qt5,
bool addQtVersionCheck,
bool includeQtModule,
QTextStream &str);
// Write opening namespaces and return an indentation string to be used
// in the following code if there are any.
QTCREATOR_UTILS_EXPORT