forked from qt-creator/qt-creator
Maemo: Introduce functions for package name construction.
This commit is contained in:
@@ -59,6 +59,8 @@ class MaemoPackageCreationStep : public ProjectExplorer::BuildStep
|
||||
friend class MaemoPackageCreationFactory;
|
||||
public:
|
||||
MaemoPackageCreationStep(ProjectExplorer::BuildConfiguration *buildConfig);
|
||||
|
||||
static QString packageFilePath(const QString &executableFilePath);
|
||||
private:
|
||||
MaemoPackageCreationStep(ProjectExplorer::BuildConfiguration *buildConfig,
|
||||
MaemoPackageCreationStep *other);
|
||||
@@ -78,6 +80,8 @@ private:
|
||||
QString targetRoot() const;
|
||||
bool packagingNeeded() const;
|
||||
|
||||
static QString versionString();
|
||||
|
||||
static const QLatin1String CreatePackageId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user