From 7f865cf2b2c3916516ef6961021ccb7c6f8fe0c1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 14 Mar 2018 23:05:31 +0100 Subject: Include the "stdcpp-path" in the json file Summary: qmake also generates it and androiddeployqt consumes it. Test Plan: built and ran kalgebra Reviewers: #frameworks, vkrause Reviewed By: vkrause Subscribers: vkrause, #build_system Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D11342 --- toolchain/deployment-file.json.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 5730758c..64b481b0 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -13,5 +13,6 @@ ##EXTRALIBS## ##EXTRAPLUGINS## "android-package-source-directory": "@ANDROID_APK_DIR@", + "stdcpp-path": "@GNUSTL_SHARED@", "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@" } -- cgit v1.2.1