summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Android: Add Android tool managerVikas Pachdha2017-04-121-0/+16
| | | | | | | | | Refactor the use of android tool and groundwork for the new sdk and avd management tool's integration Task-number: QTCREATORBUG-17814 Change-Id: I6a5920f9ba92508f904cd8cf28bf62c82de2d820 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Use QVersionNumber to compare versionsBogDan Vatra2017-04-111-4/+5
| | | | | | | | | Comparing strings will give us strange results e.g. 23.0.20 > 25.0.0 Change-Id: Id709ebfe45454064a18706e2df5d01ed5a3e8551 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Update only old gradle distributionUrlBogDan Vatra2017-03-271-2/+2
| | | | | | | | Task-number: QTCREATORBUG-17814 Task-number: QTCREATORBUG-17672 Change-Id: I658e8edec5c231a30ef4e99bae5d15cb6f6497f5 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\ | | | | | | Change-Id: I4931dcc81be872d7712e67123e94d15ee696459f
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
| | | | | | | | | | | | | | This patch adds the missing include statements for QRegExp. Change-Id: Ibb03b929940adb84ae190b5090cb6b88653cc14c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
| | | | | | | | | | | | | | Format initializer lists code style like. Change-Id: Ib82c235e4ba7dc75ee96a7abc0c47eff7b0a9013 Reviewed-by: hjk <hjk@qt.io>
* | Replace a few occurrences of QStringList() << ...hjk2017-02-081-17/+4
| | | | | | | | | | | | | | ... by something shorter. Change-Id: I363b4e509adb07997517b2d233246a333aea4aea Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Android: Do sanity check for keystore path and certificate aliasVikas Pachdha2017-01-161-0/+20
|/ | | | | | | Task-number: QTCREATORBUG-17304 Change-Id: Ifc0e354789d49efa3cb1d3e3e67eb40b331b40c7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Add API 25 to known APIsBogDan Vatra2016-12-071-0/+2
| | | | | Change-Id: Ia06bd8638c8939918383b8274f06fc73d9c86122 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-09-131-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml src/plugins/android/androidrunner.cpp src/plugins/debugger/debuggerruncontrol.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h tests/system/suite_WELP/tst_WELP03/test.py Change-Id: Ibac4d71d4f4dbe1e4f05052d2f8a2dcfd82edd4c
| * Android: API-24 is not unknown anymoreBogDan Vatra2016-09-121-0/+2
| | | | | | | | | | | | Change-Id: Id0ce6b1fb289e356985d388f4843cffa24ddd77b Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | Handling minimum required Android API level for Qt 5.7Vikas Pachdha2016-08-241-11/+41
|/ | | | | | | | | | The build breaks now with a clear warning if the minimum API level set is less than the minimum required by the kit. The device dialog also used to show incorrect devices on the first compile cycle in case of the missing manifest file. Now stock manifest file is used from the kit to analyze the minumun API level for the devices Task-number: QTCREATORBUG-16740 Change-Id: Icd4d8209dad870cba5f99af1dd700830517f9294 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Android: Use Qt5-style connectsOrgad Shaneh2016-07-041-1/+2
| | | | | | | The heavy lifting was done by clazy. Change-Id: Id09b62b7b9812d9c0981202c257d18387a8b09d9 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Move CustomExecutableRunConfiguration to ProjectExplorerhjk2016-05-131-1/+0
| | | | | | | There's nothing QtSupport specific in there. Change-Id: I616a37ed56f1853cdbb16f483de5682d5ea63715 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-23/+13
| | | | | | | | waitForFinish returns false if the process is no longer running at the time of the call. Handle that throughout the codebase. Change-Id: Ia7194095454e82efbd4eb88f2d55926bdd09e094 Reviewed-by: hjk <hjk@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-071-1/+13
|\ | | | | | | Change-Id: I8f034f91de04e319dd5ba24b8837f1daca54d918
| * Android: update gradle wrapper propertiesBogDan Vatra2016-01-061-1/+13
| | | | | | | | | | | | | | | | | | | | We need to call it when QmakeProject emits proFilesEvaluated to be sure AndroidPackageSourceDir is set. Task-number: QTCREATORBUG-15568 Change-Id: Ia70e0cff1b5fb8f2003ba2c2799a694873b2ad19 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
* | Immediately return the default device if is foundBogDan Vatra2015-12-101-2/+2
| | | | | | | | | | | | Task-number: QTCREATORBUG-15422 Change-Id: I7be44fbe43c320c171ffb724ffd25414e184fd9a Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* | Android: Remove dead code related to local libsMartin Kampas2015-12-031-189/+0
| | | | | | | | | | | | | | | | | | The start point is the if (m_useLocalQtLibs) block in AndroidRunner constructor which seems to be effectless since 8d27ec6 (Android: Fix debugging applications that link many modules) Change-Id: I7850c1f53a003553ae1b3fdf0881f4c9fedf7b15 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* | Merge remote-tracking branch 'origin/3.6'Oswald Buddenhagen2015-12-021-1/+3
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/plugins/projectexplorer/toolchainmanager.cpp src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp Change-Id: Id736c6922670c921c689219cb817b1541eaaf304
| * Android: Add support for Android 6.0Tobias Hunger2015-12-011-1/+3
| | | | | | | | | | Change-Id: Icd6a1904d7c1d6fecad3363d9cf72699e01db9f0 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* | Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-1/+1
|/ | | | | | | Fix fallout of this in KitInformation/Kit/KitManager and the wizards. Change-Id: I5cb88cc381dc04409401909b810940ab6dccf86a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Android: Remove unused constantsTobias Hunger2015-08-311-1/+0
| | | | | | | Clang warns about these. Change-Id: I002d97356dd7b6401edc577b69978d5d17a1e404 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android: Make api level M knownDaniel Teske2015-06-121-1/+1
| | | | | | | | | | | If we can't convert the string to an int value, than we are going to read the settings file. If that fails, we fallback to string comparation. Task-number: QTCREATORBUG-14537 Change-Id: I0c4c5811f246ef1835c80837879d815cfa27b5d7 Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android: Remove unneeded variable assignments.Christian Kandeler2015-06-101-4/+2
| | | | | Change-Id: Ib00dfd415ca380039648d3c8333f7ff1c49ad9ec Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android: Increase timeout for checkPasswd and checkKeystoreDaniel Teske2015-05-261-4/+4
| | | | | | | | | | | | | | | | The timeout was "only" 4s, but apparently pretty much every android tool randomly takes longer than 4s. Increasing this timeout won't affect anyone for whom the android tool returns in 1s, but makes it work for anyone where the checking takes longer. This waiting though is done in the main thread, which is pretty bad. Moving it to a background thread isn't easy though. Change-Id: I135b1d1ee9634005d5eb6038a46d66b6a8e97fca Task-number: QTCREATORBUG-13175 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Android 5.1 is not unknown anymoreBogDan Vatra2015-05-201-0/+2
| | | | | Change-Id: Ic4b1b8d6de95a30f5542ea618ef728e64c4f7bc7 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android: Fix deployment to wrong avdDaniel Teske2015-05-181-4/+4
| | | | | | | | | | | | We used to only identify the avd by api level and abi. That was obviously incorrect, but at the time I didn't know how to get the actual avd name from a running emulator. Turns out this is reasonable easy via telnet on the emulator port. Change-Id: I387901a5294674f44399c0726abcc9feea221e8d Task-number: QTCREATORBUG-13095 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+2
| | | | | | | | | | | This avoids unnecessary detaches of the Qt container data. The mismatches where detected by defining QT_STRICT_ITERATORS; however, this define violates the ODR (causing linker errors), and therefore is not added permanently. Change-Id: Idd336a9c8b394214a820437ef1b92d2101f6101c GPush-Base: 62b0848b9cf357bcded4184c71d490bae56c773b Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Clean exported headers of the Remote Linux, Android plugins.Friedemann Kleint2015-03-051-0/+1
| | | | | Change-Id: Ie7825b9c7f3e131a8afaebbd4c245f1227c8dcd4 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android: Offer api level 21 in AndroidManifestEditorDaniel Teske2015-02-161-1/+1
| | | | | Change-Id: Ieeea779378c63def7321731efa5bd29994dade35 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Android: Set correct ANDROID_NDK_PLATFORMDaniel Teske2015-02-131-2/+13
| | | | | | | | | | Introduce the class AndroidQmakeBuildConfiguration whose purpose is to set the environment variable. Modify the Factory to create buildconfigurations of that type and fix restore/clone to also take the factories' priorities into account. Change-Id: Icb377fa9211cd3564c36b60cf7c5f7dd84fcab50 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Android: Fix name for api level 20Daniel Teske2014-11-251-0/+1
| | | | | Change-Id: I21ec1294c090966b59d556992f45b5be4615cb20 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Android: Make Bundle Qt Deployment the default deployment method.Daniel Teske2014-11-181-2/+2
| | | | | | | | | | | Debug Deployment broke with Android 5. Also show Android 5 devices as incompatible in the device dialog if we are using debug deployment. Task-number: QTCREATORBUG-13419 Change-Id: Ic321cfa46eb724f87f338af9c4b50face06c7c06 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Android 5.0 is not unknown anymore.BogDan Vatra2014-11-141-1/+2
| | | | | Change-Id: I414912b8f78f078ffa1338ad2c0d23b37a12993d Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Introduce and use FileName::exists()hjk2014-11-031-2/+2
| | | | | | | | This can use the faster route through QFileInfo::exist now. Change-Id: Idb41b5d5185d7f02eacba498fb01f483d95e8d57 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* AndroidDeployQtStep: Fix deployment for qt 5.3Daniel Teske2014-10-271-0/+9
| | | | | | | Task-number: QTCREATORBUG-13244 Change-Id: Iad4620a07994bd8944b48a117fac6a695a866205 Reviewed-by: Ulf Hermann <ulf.hermann@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/utils/ipaddresslineedit.cpp src/libs/utils/logging.h src/plugins/analyzerbase/AnalyzerBase.pluginspec.in src/plugins/android/Android.pluginspec.in src/plugins/android/androiddeploystep.cpp src/plugins/android/androiddeploystep.h src/plugins/android/androiddeploystepfactory.cpp src/plugins/android/androiddeploystepwidget.cpp src/plugins/android/androidpackagecreationfactory.cpp src/plugins/android/androidpackagecreationstep.cpp src/plugins/android/androidpackagecreationstep.h src/plugins/android/androidpackagecreationwidget.cpp src/plugins/android/androidpackagecreationwidget.h src/plugins/android/javafilewizard.cpp src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in src/plugins/baremetal/BareMetal.pluginspec.in src/plugins/bazaar/Bazaar.pluginspec.in src/plugins/beautifier/Beautifier.pluginspec.in src/plugins/bineditor/BinEditor.pluginspec.in src/plugins/bookmarks/Bookmarks.pluginspec.in src/plugins/clangcodemodel/ClangCodeModel.pluginspec.in src/plugins/clangcodemodel/clanghighlightingsupport.cpp src/plugins/clangcodemodel/clangsymbolsearcher.cpp src/plugins/classview/ClassView.pluginspec.in src/plugins/clearcase/ClearCase.pluginspec.in src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec.in src/plugins/cmakeprojectmanager/cmakeeditorfactory.cpp src/plugins/cmakeprojectmanager/cmakehighlighter.cpp src/plugins/coreplugin/Core.pluginspec.in src/plugins/cpaster/CodePaster.pluginspec.in src/plugins/cppeditor/CppEditor.pluginspec.in src/plugins/cppeditor/cppfilewizard.cpp src/plugins/cpptools/CppTools.pluginspec.in src/plugins/cpptools/cpphighlightingsupportinternal.cpp src/plugins/cpptools/cppmodelmanagerinterface.cpp src/plugins/cpptools/cppmodelmanagerinterface.h src/plugins/cvs/CVS.pluginspec.in src/plugins/debugger/Debugger.pluginspec.in src/plugins/designer/Designer.pluginspec.in src/plugins/diffeditor/DiffEditor.pluginspec.in src/plugins/emacskeys/EmacsKeys.pluginspec.in src/plugins/fakevim/FakeVim.pluginspec.in src/plugins/genericprojectmanager/GenericProjectManager.pluginspec.in src/plugins/git/Git.pluginspec.in src/plugins/git/gitorious/gitorious.cpp src/plugins/git/gitorious/gitorious.h src/plugins/git/gitorious/gitoriousclonewizard.cpp src/plugins/git/gitorious/gitorioushostwidget.cpp src/plugins/git/gitorious/gitorioushostwidget.h src/plugins/git/gitorious/gitorioushostwizardpage.cpp src/plugins/git/gitorious/gitoriousprojectwidget.cpp src/plugins/git/gitorious/gitoriousprojectwidget.h src/plugins/git/gitorious/gitoriousprojectwizardpage.cpp src/plugins/git/gitorious/gitoriousprojectwizardpage.h src/plugins/git/gitorious/gitoriousrepositorywizardpage.cpp src/plugins/git/gitorious/gitoriousrepositorywizardpage.h src/plugins/glsleditor/GLSLEditor.pluginspec.in src/plugins/glsleditor/glsleditorfactory.cpp src/plugins/glsleditor/glslfilewizard.cpp src/plugins/helloworld/HelloWorld.pluginspec.in src/plugins/help/Help.pluginspec.in src/plugins/imageviewer/ImageViewer.pluginspec.in src/plugins/ios/Ios.pluginspec.in src/plugins/macros/Macros.pluginspec.in src/plugins/mercurial/Mercurial.pluginspec.in src/plugins/perforce/Perforce.pluginspec.in src/plugins/projectexplorer/ProjectExplorer.pluginspec.in src/plugins/pythoneditor/PythonEditor.pluginspec.in src/plugins/pythoneditor/pythoneditorwidget.cpp src/plugins/pythoneditor/wizard/pythonfilewizard.cpp src/plugins/qbsprojectmanager/QbsProjectManager.pluginspec.in src/plugins/qbsprojectmanager/defaultpropertyprovider.cpp src/plugins/qmakeprojectmanager/QmakeProjectManager.pluginspec.in src/plugins/qmakeprojectmanager/profileeditorfactory.cpp src/plugins/qmldesigner/QmlDesigner.pluginspec.in src/plugins/qmljseditor/QmlJSEditor.pluginspec.in src/plugins/qmljseditor/qmljseditorfactory.cpp src/plugins/qmljstools/QmlJSTools.pluginspec.in src/plugins/qmlprofiler/QmlProfiler.pluginspec.in src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec.in src/plugins/qnx/Qnx.pluginspec.in src/plugins/qtsupport/QtSupport.pluginspec.in src/plugins/remotelinux/RemoteLinux.pluginspec.in src/plugins/resourceeditor/ResourceEditor.pluginspec.in src/plugins/resourceeditor/resourcewizard.h src/plugins/subversion/Subversion.pluginspec.in src/plugins/tasklist/TaskList.pluginspec.in src/plugins/texteditor/TextEditor.pluginspec.in src/plugins/texteditor/basetexteditor_p.h src/plugins/texteditor/basetextmark.cpp src/plugins/texteditor/codeassist/basicproposalitemlistmodel.h src/plugins/texteditor/codeassist/defaultassistinterface.h src/plugins/texteditor/codeassist/iassistproposalitem.cpp src/plugins/texteditor/itexteditor.cpp src/plugins/texteditor/itexteditor.h src/plugins/texteditor/itextmark.cpp src/plugins/texteditor/plaintexteditor.cpp src/plugins/texteditor/plaintexteditor.h src/plugins/texteditor/texteditoractionhandler.cpp src/plugins/todo/Todo.pluginspec.in src/plugins/updateinfo/UpdateInfo.pluginspec.in src/plugins/valgrind/Valgrind.pluginspec.in src/plugins/vcsbase/VcsBase.pluginspec.in src/plugins/welcome/Welcome.pluginspec.in src/plugins/winrt/WinRt.pluginspec.in tests/auto/debugger/temporarydir.h Change-Id: I254af8be8119fe9855287909e17d4b8ca9d2fc2f
| * License updateEike Ziller2014-10-091-7/+8
| | | | | | | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* | Android: Say hello to gradle!BogDan Vatra2014-09-251-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | Switching from Ant to Gradle brings lots of advantages: - it is way faster when rebuilding (25-50% faster than ant). - it enables first class Android Studio integration. - adding Android Extras libs (e.g. Google Play services, OBB, etc.) to your project is now painless. [ChangeLog][Android] Added Gradle support to build the APK. Change-Id: Iee492954f8ffb2c22e6ab14a8a25faf644de9a51 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
| | | | | | | | | | | | | | Less typing and less cycles than join(QString) where appropriate Change-Id: I6ebc0e17e4d7fd9845864dd95b7de4ba4dad6906 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* | Android: Remove unused variableNikolai Kosjar2014-07-241-26/+0
| | | | | | | | | | | | | | | | | | | | | | /home/nik/dev/creator/creator-master/src/plugins/qmakeprojectmanager/androidpackageinstallationstep.cpp:49:12: warning: unused variable 'ANDROIDDIRECTORY' [-Wunused-const-variable] const char ANDROIDDIRECTORY[] = "Android.AndroidPackageInstallationStep.AndroidDirectory"; ^ Change-Id: Idd4a17ef113fbeaf40a97d4966ea5438a6cd2f4e Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | AndroidManager: Remove more unused code missed earlierhjk2014-07-221-11/+0
| | | | | | | | | | Change-Id: Idbe281a55fd6a30b258686f7d384a9a8d5088ed1 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | AndroidManager: Remove unused code missed in necessitas removalhjk2014-07-221-60/+0
| | | | | | | | | | Change-Id: I52ddd7cc89950c38e95135fdc2ee7cf655782165 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | AndroidManager: Move private static functions to implementationhjk2014-07-221-23/+52
| | | | | | | | | | Change-Id: I245af5cc77360aa70838153e0fd8eb15ffe659d8 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | Move qmake specific part to qmake plugin, generalize android supportBogDan Vatra2014-07-211-75/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split up androiddeployqt into two steps: One building the apk, and one deploying it to the device. - The build apk step base class AndroidBuildApkStep is ihneritaged by the qmake specific class QmakeAndroidBuildApkStep. - The deployment step is still called androiddeployqt - Move all qmake specific code to the qmakeprojectmanager plguin - Flip the depencency between the android and qmake plugin, now the qmake plugin depends on the android plugin, implementing a interface the android plugin provides. - Note: This removes the debug deployment for now. Change-Id: I1c386640159ed14b637668abde8eb3b9009ab803 Reviewed-by: BogDan Vatra <bogdan@kde.org>
* | AndroidDebugSupport: Split up into general and qmake specific partBogDan Vatra2014-07-211-0/+14
| | | | | | | | | | | | | | | | Introudce AndroidQtSupport. The derived class will eventually move to the qmakeprojectmanager plugin. Change-Id: I3fdc98259644fe718eb15aa9bd11d92dc0cdb1af Reviewed-by: BogDan Vatra <bogdan@kde.org>
* | Android: Remove Necessitas supportBogDan Vatra2014-07-211-653/+11
| | | | | | | | | | Change-Id: I082acfad3b20d5e096fbb2ca3db775bb527eaf7a Reviewed-by: BogDan Vatra <bogdan@kde.org>