mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-06 03:07:04 +08:00
With a Gradle-enabled Qt build, it's easy now to manage all Qt modules' JAR builds in one place from an IDE, and that's what's being done here with Gradle composite builds. This adds each module's JAR in the qt super repo and each module also defines its potential dependencies (e.g. Qt6Android.jar). This also update .gitignore with Gradle, JDTLS and IntelliJ ignores, and moves the existing .gitignore from the provision android_gradle project to the root. Task-number: QTBUG-132915 Change-Id: I4573768c394a4c25347eeb8ce6e2ddf7e57796ef Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)