From 50ef2ac2f135fda07570aba4f40796df801935bf Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 21 Feb 2020 13:42:31 +0100 Subject: Add configure features for remaining qttools I only need qdoc from qttools, but building the other tools takes up quite a bit of time. qdoc already has a configure feature, so account for the rest of them. Change-Id: I0fc60393a1841229025c42b83d06f01668eb2680 Reviewed-by: Lars Knoll Reviewed-by: Paul Wicking Reviewed-by: Joerg Bornemann --- src/qtdiag/qtdiag.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qtdiag') diff --git a/src/qtdiag/qtdiag.pro b/src/qtdiag/qtdiag.pro index b9b3c6e56..311982f9f 100644 --- a/src/qtdiag/qtdiag.pro +++ b/src/qtdiag/qtdiag.pro @@ -1,3 +1,7 @@ +include($$OUT_PWD/../../qttools-config.pri) +QT_FOR_CONFIG += tools-private +requires(qtConfig(qtdiag)) + CONFIG += console QT += core-private gui-private -- cgit v1.2.1