Use qtConfig where appropriate

Change-Id: Ib865f074b930eab89c7552d0677bf2beb020f3ae
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
Jake Petroules 2016-11-09 23:32:46 -08:00
parent dfa8894bd3
commit 9c9edaa6f5
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@ TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong
!uikit: SUBDIRS += complexpingpong
qtConfig(process): SUBDIRS += complexpingpong
qtHaveModule(widgets) {
SUBDIRS += chat \

View File

@ -63,8 +63,10 @@ win32:!qtConfig(private_tests): SUBDIRS -= \
!qtConfig(processenvironment): SUBDIRS -= \
qprocessenvironment
winrt: SUBDIRS -= \
!qtConfig(process): SUBDIRS -= \
qprocess \
qprocess-noapplication \
qprocess-noapplication
winrt: SUBDIRS -= \
qstorageinfo \
qwinoverlappedionotifier