From c2cac34e94385e15e939f598386ae70a28e4408f Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 21 Apr 2017 14:54:28 +0200 Subject: [PATCH] gradle: Complete qt_attribution.json file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add it to the qtcore documentation, but mark it as a tool (code does not get shipped with customer application). Change-Id: I75cc199a2bbd86f9e40a75396144645ea69a7bd1 Reviewed-by: Topi Reiniƶ --- src/3rdparty/gradle/qt_attribution.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/3rdparty/gradle/qt_attribution.json b/src/3rdparty/gradle/qt_attribution.json index 3545af0f0c..699fe311cd 100644 --- a/src/3rdparty/gradle/qt_attribution.json +++ b/src/3rdparty/gradle/qt_attribution.json @@ -1,6 +1,8 @@ { "Id": "android-gradle-wrapper", "Name": "Gradle wrapper", + "QDocModule": "qtcore", + "QtParts": ["tools"], "Homepage": "https://gradle.org", "Version": "3.4.1", "DownloadLocation": "https://github.com/gradle/gradle/releases/tag/v3.4.1",