summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-23 12:16:47 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-24 20:36:05 +0000
commit8de67524961d2ebae3777dbfc54fe8cea7300cbc (patch)
tree7bdf6578ed3ee068a499f74a93c856c3001c760a
parent660c34077eb97c3aa49671fe555ecca717933e0d (diff)
Fix issue causing pch configure test to always fail
This fixes a regression introduced in 4a1bafcc4ee5b7d968620808e155c1617aa6f273. Change-Id: Iafeec043c39af79cee8b53cf74dcd452c03a4826 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--config.tests/common/pch/pch.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.tests/common/pch/pch.pro b/config.tests/common/pch/pch.pro
index a6f842dff0..f6384b71e1 100644
--- a/config.tests/common/pch/pch.pro
+++ b/config.tests/common/pch/pch.pro
@@ -1,3 +1,4 @@
CONFIG += precompile_header
+PRECOMPILED_DIR = .pch
PRECOMPILED_HEADER = header.h
SOURCES = source.cpp