summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
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 /examples/examples.pro
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 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 7ea8f7d..9aa8475 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
+!msvc{
qtHaveModule(widgets) {
SUBDIRS += trafficlight-widgets-static
SUBDIRS += trafficlight-widgets-dynamic
@@ -20,3 +21,4 @@ qtHaveModule(qml) {
SUBDIRS += invoke-static
SUBDIRS += invoke-dynamic
}
+}