From 728c325a51d7e7863dc9bbffb730dfce11dc3d68 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Mon, 27 Nov 2017 12:46:47 -0800 Subject: QtServiceSupport: Remove redundant condition The condition for the 'services' sub-project in platformsupport.pro was identical to the one guarding genericunix.pri in services.pro. We can't remove the condition in platformsupport.pro because that would result on an empty static library, which is not supported on some platforms, like macOS. Change-Id: I5c80737d9527bdd75dde44e33e5063f3d7aeecb7 Reviewed-by: Jake Petroules Reviewed-by: Oswald Buddenhagen --- src/platformsupport/services/services.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/platformsupport/services/services.pro b/src/platformsupport/services/services.pro index 2027c7b5be..7ff5e8e179 100644 --- a/src/platformsupport/services/services.pro +++ b/src/platformsupport/services/services.pro @@ -9,7 +9,6 @@ CONFIG += static internal_module DEFINES += QT_NO_CAST_FROM_ASCII PRECOMPILED_HEADER = ../../corelib/global/qt_pch.h -unix:!darwin: \ - include($$PWD/genericunix/genericunix.pri) +include($$PWD/genericunix/genericunix.pri) load(qt_module) -- cgit v1.2.3