summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-20 12:06:39 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-20 11:08:15 +0000
commit65964f13e9156b4ec26707d916f6f8e56582a024 (patch)
treea26eed20454ebbc4ee0480d042d1b3d4ba306cbb /tests
parenta391aaee0d40a84956961280bef7dfd1aea28321 (diff)
Temporarily disable building tests/examples with msvc.
The CI has an issue due to which these can't be build. Change-Id: Iba2ff0ac7b41bbe52b7a838eb3f1cc44f068ed3b Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 378f017..5a6e545 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,4 @@
TEMPLATE = subdirs
CONFIG += no_docs_target
-SUBDIRS += \
- auto
+!msvc:SUBDIRS += auto