diff options
Diffstat (limited to 'qmake/project.h')
-rw-r--r-- | qmake/project.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qmake/project.h b/qmake/project.h index edc9ecf..a079e42 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -203,6 +203,13 @@ inline QString QMakeProject::first(const QString &v) inline QMap<QString, QStringList> &QMakeProject::variables() { return vars; } +// Helper functions needed for Symbian .mmp files and deployment +QString generate_test_uid(const QString& target); +QString generate_uid(const QString& target); +QString epocRoot(); +bool isForSymbian(); +bool isForSymbianSbsv2(); + QT_END_NAMESPACE #endif // PROJECT_H |