forked from qt-creator/qt-creator
Respect the setting of the version code via the pro file
As a pro file can now set the version name and code via the pro file, this enables support for the code part as it will default to a variable (similar to the version name). Therefore we need to use QLineEdit for this over QSpinBox so that it is kept intact. Done-with: Markus Maier <markus.maier@rosenberger.de> Change-Id: I0524a90dc94888c11365164c41259a934caffa1c Reviewed-by: Markus Maier <markus.maier@rosenberger.de> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -163,7 +163,7 @@ private:
|
||||
QLineEdit *m_packageNameLineEdit;
|
||||
QLabel *m_packageNameWarningIcon;
|
||||
QLabel *m_packageNameWarning;
|
||||
QSpinBox *m_versionCode;
|
||||
QLineEdit *m_versionCodeLineEdit;
|
||||
QLineEdit *m_versionNameLinedit;
|
||||
QComboBox *m_androidMinSdkVersion;
|
||||
QComboBox *m_androidTargetSdkVersion;
|
||||
|
||||
Reference in New Issue
Block a user