Android: Use less direct access to the qmake build step

Instead of qobject_cast use the reacently introduced virtual function
BuildConfiguration::regenerateBuildFiles() to trigger the necessary
work in the qmake case.

Change-Id: Ie5fd36550b5bad8c5f3f8bb1e2a3a16843f8f5b7
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-07-03 11:22:37 +02:00
parent d41e690c84
commit e88e47ff68
8 changed files with 15 additions and 31 deletions

View File

@@ -191,6 +191,7 @@ private:
QTimer m_timerParseCheck;
TextEditor::TextEditorWidget *m_textEditorWidget;
AndroidManifestEditor *m_editor;
QString m_androidNdkPlatform;
};
} // namespace Internal
} // namespace Android