forked from qt-creator/qt-creator
Simplify Android settings, move debugger/gdbserver to Kit
Creator now realiable creates one toolchain for each toolchain found in the ndk. This no longer depends on any qt versions being present. Also the gdb command and gdb server command are moved to the Kit and are no longer found in the Android Options page. Both settings can be autodetected from the Kit options page. Note that this might break existing android kits. Change-Id: I1dce084f2bb372e615e19b1c9e3a1e205b5d9647 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -76,20 +76,11 @@ private slots:
|
||||
void sdkLocationEditingFinished();
|
||||
void ndkLocationEditingFinished();
|
||||
void antLocationEditingFinished();
|
||||
void gdbLocationEditingFinished();
|
||||
void gdbserverLocationEditingFinished();
|
||||
void gdbLocationX86EditingFinished();
|
||||
void gdbserverLocationX86EditingFinished();
|
||||
void openJDKLocationEditingFinished();
|
||||
void browseSDKLocation();
|
||||
void browseNDKLocation();
|
||||
void browseAntLocation();
|
||||
void browseGdbLocation();
|
||||
void browseGdbserverLocation();
|
||||
void browseGdbLocationX86();
|
||||
void browseGdbserverLocationX86();
|
||||
void browseOpenJDKLocation();
|
||||
void toolchainVersionIndexChanged(QString);
|
||||
void addAVD();
|
||||
void removeAVD();
|
||||
void startAVD();
|
||||
@@ -101,7 +92,6 @@ private:
|
||||
void initGui();
|
||||
bool checkSDK(const Utils::FileName &location);
|
||||
bool checkNDK(const Utils::FileName &location);
|
||||
void fillToolchainVersions();
|
||||
|
||||
Ui_AndroidSettingsWidget *m_ui;
|
||||
AndroidConfig m_androidConfig;
|
||||
|
||||
Reference in New Issue
Block a user