aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/groovy/org/qtproject
Commit message (Expand)AuthorAgeFilesLines
* Add Deprecation warning for QtBuild extension in the consoleNikunj Arora9 days1-0/+11
* Rename qt.kitDir to qt.abiPathNikunj Arora9 days1-2/+2
* Add comments to explain programming choicesTero Koponen2025-05-082-1/+11
* Change the naming of extraCMakeArgs to extraCMakeArgumentsNikunj Arora2025-05-081-3/+3
* Modify QtBuildTask to use gradle.propertiesQtGP_1.3_RCTero Koponen2025-04-282-5/+34
* Print QtGP version at the start of a buildNikunj Arora2025-04-281-0/+27
* Fix ninjaPath parsingOlli Vuolteenaho2025-03-241-4/+5
* Prevent other build errors if QtBuild failsOlli Vuolteenaho2025-03-171-1/+1
* Ignore addDependency failure after QtBuildOlli Vuolteenaho2025-03-171-2/+8
* Fix the build error when qtNinjaPath is provided via extraCMakeArgsNikunj Arora2025-03-121-1/+2
* Ignore validation if fields are present in extraCMakeArgsQtGP_1.2_RCNikunj Arora2025-03-111-8/+38
* Use qtKitDir defined as default ABI when buildingTero Koponen2025-03-072-2/+36
* Remove QtAddDependencyTaskTero Koponen2025-02-244-51/+12
* Reformat ninja path errorTero Koponen2025-01-291-4/+4
* Fix plugin not recognizing when non-Android kit was being usedTero Koponen2025-01-171-15/+29
* Fix processing stream, ErrorTero Koponen2025-01-172-19/+21
* Improve subprocess loggingQtGP_1.0_RCTero Koponen2025-01-142-7/+52
* Change missed withExecSuffix rename to exeSuffixTero Koponen2024-12-171-1/+1
* Fix getSDKDirectory being called twiceTero Koponen2024-12-171-4/+3
* Fix withExecSuffix being called multiple timesTero Koponen2024-12-111-3/+5
* Modify NDK version resolvingTero Koponen2024-12-051-2/+7
* Fix Gradle build failure in Kotling projects when running from CLITero Koponen2024-11-121-2/+4
* Re-work the resolving of ninja executable pathTero Koponen2024-11-061-16/+37
* Fix Gradle build failure when running from command lineTero Koponen2024-10-311-1/+2
* Add null check to projectPath.nameTero Koponen2024-10-311-1/+1
* Cleanup QtGP test casesTero Koponen2024-10-081-2/+2
* Move functions used in both Tasks under Utils classTero Koponen2024-09-133-79/+51
* Refactor QtBuildTask and testsTero Koponen2024-09-133-25/+80
* Change qtPath and qtKitDir back to type File on QtPluginExtensionTero Koponen2024-09-021-4/+4
* Fix Multi-abi always offTero Koponen2024-09-021-1/+2
* Fix failing with 'No signature of method' listFilesTero Koponen2024-09-021-1/+1
* Change QtPath and QtKitDir @InputDirectory to @InputTero Koponen2024-08-292-7/+7
* Rename CMake flag that enables Java code generationTero Koponen2024-08-281-1/+1
* Modify QtBuildTask output handlingTero Koponen2024-08-221-22/+39
* Refactor ABI checkTero Koponen2024-08-151-10/+11
* Remove TODO commentTero Koponen2024-08-151-2/+0
* Add ANDROID_SDK_ROOT env path to SDK resolving1.0_RCTero Koponen2024-08-141-6/+9
* Fix multiple finalizedByTero Koponen2024-08-141-3/+8
* Fix build and sync orderTero Koponen2024-07-252-18/+36
* Add QT_ANDROID_BUILD_ALL_ABIS flagTero Koponen2024-07-251-14/+27
* Add SDK and NDK tests to QtBuildTaskTest classTero Koponen2024-07-251-0/+1
* Fix whitespace in path on different OSsOlli Vuolteenaho2024-07-231-15/+27
* Execute processes inside try-catch blockOlli Vuolteenaho2024-07-231-1/+2
* Fix resolve order of NinjaTero Koponen2024-07-152-13/+23
* Add additional CMake FlagsTero Koponen2024-07-152-1/+7
* Add CMake variable to create Android build dirTero Koponen2024-06-122-11/+21
* Move dependency addingTero Koponen2024-06-102-4/+13
* Build qtproject during gradle syncTero Koponen2024-06-102-16/+18
* Add CMake variable to enable Java qml component codegenSoheil Armin2024-05-271-1/+2
* Add QtGradlePluginTero Koponen2024-05-242-0/+202