summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeandroidsupport
Commit message (Expand)AuthorAgeFilesLines
* Android: Be explicit on whether gdbserver should be added to the packageDaniel Teske2015-09-251-0/+7
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-1/+1
* QmakeProject: Use QMAKE_PROJECT_NAME to set the display nameDaniel Teske2015-09-021-0/+11
* Android: Remove unused constantsTobias Hunger2015-08-311-2/+0
* Android: Make library projects building skip apk packagingDaniel Teske2015-07-201-3/+3
* Android: Properly quote parameters to make installDaniel Teske2015-05-071-1/+5
* QmakeAndroid: Remove unused fileTobias Hunger2015-04-291-42/+0
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-241-1/+1
|\
| * Don't allow to run static libs.BogDan Vatra2015-03-231-1/+1
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-193-33/+63
|\ \ | |/
| * Android: Adding libraries to subdirs projectsDaniel Teske2015-03-173-33/+63
* | Remove aggregation dependency from project filesNikita Baryshnikov2015-03-091-1/+0
|/
* qbs build: Introduce convenience project property sharedSourcesDir.Christian Kandeler2015-02-181-1/+1
* Compile fix after file name changehjk2015-02-131-1/+1
* Android: Set correct ANDROID_NDK_PLATFORMDaniel Teske2015-02-134-28/+104
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-137-19/+24
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1224-146/+146
|\
| * Update LicenseEike Ziller2015-01-1624-146/+146
* | Android: Fix namespace closing brace commentOrgad Shaneh2015-02-065-5/+5
* | Android: Remove unneeded qualificationsOrgad Shaneh2015-02-064-13/+13
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+4
* | Android: Replace setting for input .json file and use active rc insteadDaniel Teske2015-01-276-96/+10
* | CreateAndroidWizardTemplates: Fix wizard for subdirs projectDaniel Teske2015-01-232-34/+49
* | Android: Fix building packagesDaniel Teske2015-01-231-7/+2
* | Android: Handle library building in a more user friendly wayDaniel Teske2015-01-192-0/+18
* | Android: Fix cloning of "Make install" stepDaniel Teske2015-01-191-1/+9
* | String improvementsRobert Loehning2015-01-061-1/+1
|/
* Fix license headersKai Koehne2014-11-201-7/+8
* Fix potential crash.BogDan Vatra2014-11-181-1/+3
* Android: Don't create unsigned packagesEskil Abrahamsen Blomfeldt2014-11-181-2/+0
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* License update.Eike Ziller2014-10-159-57/+65
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1414-98/+112
* Show project name.BogDan Vatra2014-10-032-0/+14
* Android: Fix debugging with DESTDIRDaniel Teske2014-09-261-2/+8
* Android: Say hello to gradle!BogDan Vatra2014-09-2510-102/+152
* ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* Android: Conceal password in build logDaniel Teske2014-09-012-2/+38
* ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-2/+5
* Use androiddeployqt to install the package when using Qt >= 5.4BogDan Vatra2014-08-082-0/+37
* Improve AndroidManifest.xml error dialog contentSamuel Gaist2014-07-302-6/+25
* Android: add --release parameter when building for Release.BogDan Vatra2014-07-281-0/+3
* Fix qbs build.Christian Kandeler2014-07-241-0/+49
* Android: Remove some dead codeTobias Hunger2014-07-241-3/+0
* Android: Remove more dead codeBogDan Vatra2014-07-243-4/+0
* Introduce QmakeAndroidSupport pluginDaniel Teske2014-07-2427-0/+2844