forked from qt-creator/qt-creator
Android: Make sign package orthogonal to the debug vs release
This enables signing debug packages and creating unsigned release packages. Task-number: QTCREATORBUG-10060 Change-Id: I57d094972b451538e8e9e5104e803e50a4ba2336 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -41,6 +41,8 @@ class QFileSystemWatcher;
|
||||
namespace Ui { class AndroidPackageCreationWidget; }
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Qt4ProjectManager { class Qt4BuildConfiguration; }
|
||||
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
class AndroidPackageCreationStep;
|
||||
@@ -102,12 +104,15 @@ private slots:
|
||||
|
||||
void on_openPackageLocationCheckBox_toggled(bool checked);
|
||||
|
||||
void updateSigningWarning();
|
||||
void activeBuildConfigurationChanged();
|
||||
private:
|
||||
AndroidPackageCreationStep *const m_step;
|
||||
Ui::AndroidPackageCreationWidget *const m_ui;
|
||||
CheckModel *m_qtLibsModel;
|
||||
CheckModel *m_prebundledLibs;
|
||||
QFileSystemWatcher *m_fileSystemWatcher;
|
||||
Qt4ProjectManager::Qt4BuildConfiguration *m_currentBuildConfiguration;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user