From 61f5549578711152a3abc8906ae2c1c7226c66ad Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 4 Mar 2013 13:31:45 +0100 Subject: Clean up Qt 5 build rules Change-Id: I2e494d5f91d1cb740c6254544cf92daaae236f1a Reviewed-by: Niels Weber Reviewed-by: Karsten Heimrich Reviewed-by: Tim Jenssen --- installerfw.pri | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'installerfw.pri') diff --git a/installerfw.pri b/installerfw.pri index bec36d95f..0dcc1b5e4 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -86,9 +86,10 @@ isEqual(QT_MAJOR_VERSION, 4) { QT += script network xml } } else { - QT += uitools xml - contains(QT, gui): QT += widgets - contains(QT, core): QT += concurrent core-private + QT += uitools core-private + CONFIG(static, static|shared) { + QT += concurrent network script xml + } } CONFIG += depend_includepath -- cgit v1.2.3