AutoTest: Fix condition in pro file template

Change-Id: I89c4e5f8d1df98f474bb843a80ecd709b3fbcc9d
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2017-01-25 14:51:10 +01:00
parent d4e2d8fc49
commit 9487bb0e89

View File

@@ -1,6 +1,6 @@
TEMPLATE = subdirs
@if "%{BuildTests}" == "always"
@if "%{BuildAutoTests}" == "always"
SUBDIRS += src \
tests
@else