summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/blackberrycreatepackagestep.h
diff options
context:
space:
mode:
authorTobias Nätterlund <tobias.naetterlund.qnx@kdab.com>2013-03-12 09:23:08 +0100
committerTobias Nätterlund <tobias.naetterlund@kdab.com>2013-03-25 09:12:24 +0100
commite72d41cb1e84fd1b804363be4e22a584e738da43 (patch)
tree70ab1f6ded3d1f254d99615324c2888c4b8ec8f8 /src/plugins/qnx/blackberrycreatepackagestep.h
parent3e373927c521dc44ced11765799497afa534fc31 (diff)
downloadqt-creator-e72d41cb1e84fd1b804363be4e22a584e738da43.tar.gz
QNX: Abort deployment if device is not in Development Mode
This adds a new deploy step (BlackBerryCheckDevModeStep), which checks for Development Mode being set on the device. If not set, the deployment stops early on in the process. Without this step, the deployment would not fail until after uploading the package. Moved blackberry-deploy into a constant, as it's used in multiple places by now. Change-Id: I813754108fb4be281e752b12ac56d4f0b302077d Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'src/plugins/qnx/blackberrycreatepackagestep.h')
-rw-r--r--src/plugins/qnx/blackberrycreatepackagestep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qnx/blackberrycreatepackagestep.h b/src/plugins/qnx/blackberrycreatepackagestep.h
index bb4cad4dbc..e43f4df9c2 100644
--- a/src/plugins/qnx/blackberrycreatepackagestep.h
+++ b/src/plugins/qnx/blackberrycreatepackagestep.h
@@ -57,8 +57,6 @@ public:
protected:
BlackBerryCreatePackageStep(ProjectExplorer::BuildStepList *bsl, BlackBerryCreatePackageStep *bs);
- void raiseError(const QString &errorMessage);
-
private:
bool prepareAppDescriptorFile(const QString &appDescriptorPath, const QString &preparedFilePath);
};