summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/examples.pro2
-rw-r--r--tests/tests.pro3
2 files changed, 3 insertions, 2 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
}
+}
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