summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidrunconfiguration.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-01-25 16:49:22 +0100
committerDaniel Teske <daniel.teske@digia.com>2013-02-07 19:21:20 +0100
commit4a890f6d4718073ec13b264ffb037a6f0fb984a7 (patch)
tree6d76d4ffbb6fcbf76d62157dd510eef9c195f031 /src/plugins/android/androidrunconfiguration.h
parent66fefcd14ccec97a4670eb9ec73dc29ed72ade33 (diff)
downloadqt-creator-4a890f6d4718073ec13b264ffb037a6f0fb984a7.tar.gz
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>
Diffstat (limited to 'src/plugins/android/androidrunconfiguration.h')
-rw-r--r--src/plugins/android/androidrunconfiguration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/android/androidrunconfiguration.h b/src/plugins/android/androidrunconfiguration.h
index ce715cd48c..947d44a385 100644
--- a/src/plugins/android/androidrunconfiguration.h
+++ b/src/plugins/android/androidrunconfiguration.h
@@ -58,7 +58,6 @@ public:
AndroidConfig config() const;
QString proFilePath() const;
- const Utils::FileName gdbCmd() const;
const QString remoteChannel() const;
const QString dumperLib() const;