diff options
author | Daniel Teske <[email protected]> | 2013-10-02 12:02:29 +0200 |
---|---|---|
committer | Daniel Teske <[email protected]> | 2013-10-02 12:29:26 +0200 |
commit | 7f8edfb41c41a0008048b51b2e870994878c4fcd (patch) | |
tree | 309637c585ed25431a86fe6410b457ae5992f6b7 /src/plugins/android/androidplugin.cpp | |
parent | 99f15f1706868c4b2f84bc4164451bd69b3b8188 (diff) |
AndroidPlugin: Remove dependency on qbs plugin
Task-number: QTCREATORBUG-10288
Change-Id: I2328076a7b5179e4d63becb616433627270089c4
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r-- | src/plugins/android/androidplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index 8017773e68d..d9b897f6998 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -104,9 +104,6 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa connect(ProjectExplorer::DeviceManager::instance(), SIGNAL(devicesLoaded()), this, SLOT(updateDevice())); -#ifdef HAVE_QBS - addAutoReleasedObject(new Internal::AndroidQBSPropertyProvider); -#endif return true; } |