summaryrefslogtreecommitdiffstats
path: root/examples/scxml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-09-09 16:47:54 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-10-04 08:44:37 +0000
commit9aee1888d556a27c150f109dca1490b08cf3fedc (patch)
treeb5a1ac4dbdf5f8b738923273b3925d26e6b0f446 /examples/scxml
parent9c9b556025d370bf70a60f46b1674a6c950fd491 (diff)
Re-enable building of examples on MSVC
Apparently the tests work on MSVC, so we should be able to also revert the examples side of 65964f13e9156b4ec26707d916f6f8e56582a024 . Change-Id: I0c876630b0b722870a141922f0bd5211ee46b5f4 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'examples/scxml')
-rw-r--r--examples/scxml/scxml.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/scxml/scxml.pro b/examples/scxml/scxml.pro
index c8da669..081304f 100644
--- a/examples/scxml/scxml.pro
+++ b/examples/scxml/scxml.pro
@@ -1,6 +1,5 @@
TEMPLATE = subdirs
-!msvc{
qtHaveModule(widgets) {
SUBDIRS += trafficlight-widgets-static
SUBDIRS += trafficlight-widgets-dynamic
@@ -24,4 +23,3 @@ qtHaveModule(qml) {
}
SUBDIRS += ftpclient
-}